We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3edfad9 + 14f03fe commit 1a9f1e0Copy full SHA for 1a9f1e0
docs/conf.py
@@ -57,6 +57,7 @@
57
"sphinx.ext.autosummary", # plone.api
58
"sphinx.ext.graphviz",
59
"notfound.extension",
60
+ "sphinxcontrib.video",
61
]
62
63
graphviz_output_format = "svg"
@@ -153,6 +154,7 @@
153
154
# instead of ```.
155
"substitution", # plone.restapi \
156
# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#substitutions-with-jinja2
157
+ "html_image",
158
159
160
myst_substitutions = {
requirements.txt
@@ -17,3 +17,4 @@ sphinxcontrib.httpdomain # plone.restapi
17
sphinxcontrib.httpexample # plone.restapi
18
sphinxext-opengraph
19
sphinx-design
20
+sphinxcontrib-video
0 commit comments