[Fix] Replace recommonmark with myst_parser (#75)

pull/71/head^2
BigDong 2022-04-20 21:06:46 +08:00 committed by GitHub
parent b8ddc2b2c0
commit f8b9549627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'recommonmark',
'myst_parser',
'sphinx.ext.autosectionlabel',
'sphinx_copybutton',
'sphinx_markdown_tables',

View File

@ -40,7 +40,7 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'recommonmark',
'myst_parser',
'sphinx.ext.autosectionlabel',
'sphinx_copybutton',
'sphinx_markdown_tables',

View File

@ -1,6 +1,6 @@
docutils==0.16.0
myst-parser
-e git+https://github.com/open-mmlab/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
recommonmark
sphinx==4.0.2
sphinx-copybutton
sphinx_markdown_tables