Skip to content

Commit 4577197

Browse files
committed
I still STILL hate python
1 parent bd30cd4 commit 4577197

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sphinx==7.1.2
22
sphinx-rtd-theme==1.3.0rc1
3-
myst-parser==2.0.0
3+
myst_parser==2.0.0

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'sphinx.ext.autodoc',
1515
'sphinx.ext.autosummary',
1616
'sphinx.ext.intersphinx',
17-
'myst-parser'
17+
'myst_parser'
1818
]
1919

2020
intersphinx_mapping = {

0 commit comments

Comments
 (0)