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 bd30cd4 commit 4577197Copy full SHA for 4577197
docs/requirements.txt
@@ -1,3 +1,3 @@
1
sphinx==7.1.2
2
sphinx-rtd-theme==1.3.0rc1
3
-myst-parser==2.0.0
+myst_parser==2.0.0
docs/source/conf.py
@@ -14,7 +14,7 @@
14
'sphinx.ext.autodoc',
15
'sphinx.ext.autosummary',
16
'sphinx.ext.intersphinx',
17
- 'myst-parser'
+ 'myst_parser'
18
]
19
20
intersphinx_mapping = {
0 commit comments