File: drop_sphinxcontrib_video.patch

package info (click to toggle)
ngspetsc 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,056 kB
  • sloc: python: 2,775; makefile: 42
file content (44 lines) | stat: -rw-r--r-- 1,683 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--- a/docs/src/conf.py
+++ b/docs/src/conf.py
@@ -20,7 +20,7 @@
 # -- General configuration ---------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
 
-extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.video', 'sphinx_autodoc_typehints',"sphinx.ext.mathjax","sphinx.ext.todo",
+extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints',"sphinx.ext.mathjax","sphinx.ext.todo",
               "IPython.sphinxext.ipython_console_highlighting", "IPython.sphinxext.ipython_directive",
               "nbsphinx", 'sphinx.ext.autodoc', "autoapi.extension"]
 autosummary_generate = True  # Turn on sphinx.ext.autosummary]
@@ -65,4 +65,4 @@
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
 
 html_theme = 'sphinx_rtd_theme'
-html_static_path = ['../_static']
\ No newline at end of file
+html_static_path = ['../_static']
--- a/docs/src/PETScSNES/hyperelasticity.py.rst
+++ b/docs/src/PETScSNES/hyperelasticity.py.rst
@@ -92,8 +92,3 @@
      - 10
 
 This suggests that while NGSolve's non-linear solver when finely tuned performs as well as PETSc SNES, it is more sensitive to the choice of the damping factor. In this case, a damping factor of 0.3 was found to be the best choice.
-
-.. video:: ./twistedBeam.mp4
-    :width: 600
-    :height: 400
-    :loop:
--- a/docs/src/utils/firedrake/surfaces.py.rst
+++ b/docs/src/utils/firedrake/surfaces.py.rst
@@ -73,11 +73,3 @@
         t.assign(float(t) + float(dt))
 
         out.write(u, time=float(t))
-
-
-.. video:: ./heat.mp4
-    :width: 600
-    :height: 400
-    :loop:
-
-    
\ No newline at end of file