Skip to content

Commit

Permalink
Merge pull request #297 from LeoXing1996/fix-myst
Browse files Browse the repository at this point in the history
[Docs] Configure Myst-parser to parse anchor tag
  • Loading branch information
plyfager authored May 18, 2022
2 parents 10cd8f1 + 8cf519b commit 08762ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def get_version():
html_css_files = ['css/readthedocs.css']

myst_enable_extensions = ['colon_fence']
myst_heading_anchors = 3


def builder_inited_handler(app):
Expand Down

0 comments on commit 08762ff

Please sign in to comment.