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.
1 parent bdbe8b1 commit d3dbcf7Copy full SHA for d3dbcf7
changelogs/fragments/switch_to_myst.yml
@@ -0,0 +1,2 @@
1
+minor_changes:
2
+ - Switch sphinx from recommonmark to myst_parser.
docs/conf.py
@@ -39,7 +39,7 @@
39
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
40
# ones.
41
extensions = [
42
- 'recommonmark',
+ 'myst_parser',
43
'sphinx.ext.autodoc',
44
'sphinx.ext.intersphinx',
45
'ansible_basic_sphinx_ext',
docs/requirements.txt
@@ -1,4 +1,4 @@
antsibull>=0.17.0
sphinx-rtd-theme
3
git+https://github.com/felixfontein/ansible-basic-sphinx-ext
4
-recommonmark
+myst-parser
0 commit comments