Skip to content

Commit 2fb0804

Browse files
authored
docs: migrate from m2r2 to myst-parser (#701)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation Updates** - Updated documentation generation tools to use `myst_parser`, enhancing Markdown compatibility and features. - Improved documentation processing and rendering capabilities. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent cbcbb92 commit 2fb0804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"sphinx.ext.viewcode",
5050
"sphinx.ext.intersphinx",
5151
"numpydoc",
52-
"m2r2",
52+
"myst_parser",
5353
"sphinxarg.ext",
5454
"jupyterlite_sphinx",
5555
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ docs = [
5757
'recommonmark',
5858
'sphinx_rtd_theme>=1.0.0rc1',
5959
'numpydoc',
60-
'm2r2',
60+
'myst-parser',
6161
'deepmodeling-sphinx>=0.1.1',
6262
'sphinx-argparse<0.5.0',
6363
'rdkit',

0 commit comments

Comments
 (0)