Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
023c88b5
Unverified
Commit
023c88b5
authored
Apr 20, 2022
by
Shilong Zhang
Committed by
GitHub
Apr 20, 2022
Browse files
Replace recommonmark with myst_parser (#1414)
parent
6dd5d329
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docs/en/conf.py
docs/en/conf.py
+1
-1
docs/zh_cn/conf.py
docs/zh_cn/conf.py
+1
-1
requirements/docs.txt
requirements/docs.txt
+1
-1
No files found.
docs/en/conf.py
View file @
023c88b5
...
@@ -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'
,
...
...
docs/zh_cn/conf.py
View file @
023c88b5
...
@@ -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'
,
...
...
requirements/docs.txt
View file @
023c88b5
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment