[Docs] Configure Myst-parser to parse anchor tag (#1589)

* [Enhancement] Delete DS_Store file

* [Docs] Configure Myst-parser to parse anchor tag
This commit is contained in:
Miao Zheng 2022-05-17 23:12:17 +08:00 committed by GitHub
parent 44cfe04be9
commit 4534fb6868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,7 @@ html_css_files = ['css/readthedocs.css']
# Enable ::: for my_st
myst_enable_extensions = ['colon_fence']
myst_heading_anchors = 3
language = 'en'

View File

@ -121,6 +121,7 @@ html_css_files = ['css/readthedocs.css']
# Enable ::: for my_st
myst_enable_extensions = ['colon_fence']
myst_heading_anchors = 3
language = 'zh-CN'