Skip to content

Commit

Permalink
[Fix] Replace recommonmark with myst_parser (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
BIGWangYuDong authored Apr 20, 2022
1 parent b8ddc2b commit f8b9549
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_version():
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'recommonmark',
'myst_parser',
'sphinx.ext.autosectionlabel',
'sphinx_copybutton',
'sphinx_markdown_tables',
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_version():
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'recommonmark',
'myst_parser',
'sphinx.ext.autosectionlabel',
'sphinx_copybutton',
'sphinx_markdown_tables',
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f8b9549

Please sign in to comment.