Skip to content

Commit 4534fb6

Browse files
authored
[Docs] Configure Myst-parser to parse anchor tag (open-mmlab#1589)
* [Enhancement] Delete DS_Store file * [Docs] Configure Myst-parser to parse anchor tag
1 parent 44cfe04 commit 4534fb6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/en/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def get_version():
121121

122122
# Enable ::: for my_st
123123
myst_enable_extensions = ['colon_fence']
124+
myst_heading_anchors = 3
124125

125126
language = 'en'
126127

docs/zh_cn/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def get_version():
121121

122122
# Enable ::: for my_st
123123
myst_enable_extensions = ['colon_fence']
124+
myst_heading_anchors = 3
124125

125126
language = 'zh-CN'
126127

0 commit comments

Comments
 (0)