[Fix] Replace recommonmark with myst_parser (#75)
parent
b8ddc2b2c0
commit
f8b9549627
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue