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
1219933f
Unverified
Commit
1219933f
authored
May 18, 2022
by
Shilong Zhang
Committed by
GitHub
May 18, 2022
Browse files
[DOC] Configure Myst-parser to parse anchor tag (#1488)
* Configure Myst-parser to parse anchor tag * fix lint
parent
cf922153
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
docs/en/conf.py
docs/en/conf.py
+5
-4
No files found.
docs/en/conf.py
View file @
1219933f
...
...
@@ -136,10 +136,11 @@ latex_documents = [
StandaloneHTMLBuilder
.
supported_image_types
=
[
'image/svg+xml'
,
'image/gif'
,
'image/png'
,
'image/jpeg'
]
# -- Extension configuration -------------------------------------------------
# Ignore >>> when copying code
copybutton_prompt_text
=
r
'>>> |\.\.\. '
copybutton_prompt_is_regexp
=
True
# Enable ::: for my_st
myst_enable_extensions
=
[
'colon_fence'
]
myst_heading_anchors
=
3
language
=
'en'
def
builder_inited_handler
(
app
):
...
...
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