Skip to content

Commit d3dbcf7

Browse files
committed
Move to MyST Parser
As `recommonmark` is deprecated we moved to `myst_parser` instead.
1 parent bdbe8b1 commit d3dbcf7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
minor_changes:
2+
- Switch sphinx from recommonmark to myst_parser.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4040
# ones.
4141
extensions = [
42-
'recommonmark',
42+
'myst_parser',
4343
'sphinx.ext.autodoc',
4444
'sphinx.ext.intersphinx',
4545
'ansible_basic_sphinx_ext',

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
antsibull>=0.17.0
22
sphinx-rtd-theme
33
git+https://github.com/felixfontein/ansible-basic-sphinx-ext
4-
recommonmark
4+
myst-parser

0 commit comments

Comments
 (0)