Skip to content

Commit 1a9f1e0

Browse files
authored
Merge pull request plone#1437 from plone/add-extensions
add MyST extensions
2 parents 3edfad9 + 14f03fe commit 1a9f1e0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"sphinx.ext.autosummary", # plone.api
5858
"sphinx.ext.graphviz",
5959
"notfound.extension",
60+
"sphinxcontrib.video",
6061
]
6162

6263
graphviz_output_format = "svg"
@@ -153,6 +154,7 @@
153154
# instead of ```.
154155
"substitution", # plone.restapi \
155156
# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#substitutions-with-jinja2
157+
"html_image",
156158
]
157159

158160
myst_substitutions = {

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ sphinxcontrib.httpdomain # plone.restapi
1717
sphinxcontrib.httpexample # plone.restapi
1818
sphinxext-opengraph
1919
sphinx-design
20+
sphinxcontrib-video

0 commit comments

Comments
 (0)