Unverified Commit 023c88b5 authored by Shilong Zhang's avatar Shilong Zhang Committed by GitHub
Browse files

Replace recommonmark with myst_parser (#1414)

parent 6dd5d329
...@@ -48,7 +48,7 @@ extensions = [ ...@@ -48,7 +48,7 @@ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.napoleon', 'sphinx.ext.napoleon',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'recommonmark', 'myst_parser',
'sphinx_markdown_tables', 'sphinx_markdown_tables',
'sphinx.ext.autosectionlabel', 'sphinx.ext.autosectionlabel',
'sphinx_copybutton', 'sphinx_copybutton',
......
...@@ -48,7 +48,7 @@ extensions = [ ...@@ -48,7 +48,7 @@ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.napoleon', 'sphinx.ext.napoleon',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'recommonmark', 'myst_parser',
'sphinx_markdown_tables', 'sphinx_markdown_tables',
'sphinx.ext.autosectionlabel', 'sphinx.ext.autosectionlabel',
'sphinx_copybutton', 'sphinx_copybutton',
......
docutils==0.16.0 docutils==0.16.0
m2r m2r
mistune==0.8.4 mistune==0.8.4
myst-parser
-e git+https://github.com/open-mmlab/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme -e git+https://github.com/open-mmlab/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
recommonmark
sphinx==4.0.2 sphinx==4.0.2
sphinx-copybutton sphinx-copybutton
sphinx_markdown_tables sphinx_markdown_tables
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment