diff --git a/requirements.txt b/requirements.txt index 31e539d7..56b66efe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,6 @@ Sphinx-Substitution-Extensions == 2020.9.30.0 sphinx-sitemap == 2.2.0 sphinx-togglebutton === 0.3.2 sphinxcontrib-images === 0.9.4 -myst-parser === 0.18.0 \ No newline at end of file +myst-parser === 0.18.0 +linkify === 1.4 +linkify-it-py === 2.0.0 \ No newline at end of file diff --git a/source/default-conf.py b/source/default-conf.py index d5b3a3be..9b993a7d 100644 --- a/source/default-conf.py +++ b/source/default-conf.py @@ -218,6 +218,10 @@ else: exclude_patterns.extend(excludes) +# MyST Parser Customization +myst_gfm_only = True +myst_heading_anchors = 2 + # Copy-Button Customization copybutton_selector = "div.copyable pre"