Unverified Commit 1219933f authored by Shilong Zhang's avatar Shilong Zhang Committed by GitHub
Browse files

[DOC] Configure Myst-parser to parse anchor tag (#1488)

* Configure Myst-parser to parse anchor tag

* fix lint
parent cf922153
......@@ -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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment