mirror of
https://github.com/open-mmlab/mmfewshot.git
synced 2025-06-03 14:49:43 +08:00
[Fix] Replace recommonmark with myst_parser (#75)
This commit is contained in:
parent
b8ddc2b2c0
commit
f8b9549627
@ -40,7 +40,7 @@ extensions = [
|
|||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.napoleon',
|
'sphinx.ext.napoleon',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'recommonmark',
|
'myst_parser',
|
||||||
'sphinx.ext.autosectionlabel',
|
'sphinx.ext.autosectionlabel',
|
||||||
'sphinx_copybutton',
|
'sphinx_copybutton',
|
||||||
'sphinx_markdown_tables',
|
'sphinx_markdown_tables',
|
||||||
|
@ -40,7 +40,7 @@ extensions = [
|
|||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.napoleon',
|
'sphinx.ext.napoleon',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'recommonmark',
|
'myst_parser',
|
||||||
'sphinx.ext.autosectionlabel',
|
'sphinx.ext.autosectionlabel',
|
||||||
'sphinx_copybutton',
|
'sphinx_copybutton',
|
||||||
'sphinx_markdown_tables',
|
'sphinx_markdown_tables',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
docutils==0.16.0
|
docutils==0.16.0
|
||||||
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user