Skip to content

Commit

Permalink
use my_st rather than recommonmark (#7763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwwWayne authored Apr 20, 2022
1 parent dc14675 commit 20c0852
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 @@ -44,7 +44,7 @@ def get_version():
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'recommonmark',
'myst_parser',
'sphinx_markdown_tables',
'sphinx_copybutton',
]
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 @@ -44,7 +44,7 @@ def get_version():
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'recommonmark',
'myst_parser',
'sphinx_markdown_tables',
'sphinx_copybutton',
]
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
-e git+https://github.com/open-mmlab/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
recommonmark
myst-parser
sphinx==4.0.2
sphinx-copybutton
sphinx_markdown_tables
Expand Down

0 comments on commit 20c0852

Please sign in to comment.