diff --git a/conda-envs/environment-docs.yml b/conda-envs/environment-docs.yml index e35839fbe8..0f1788c171 100644 --- a/conda-envs/environment-docs.yml +++ b/conda-envs/environment-docs.yml @@ -24,7 +24,7 @@ dependencies: - numpydoc - polyagamma - pre-commit>=2.8.0 -- pymc-sphinx-theme==0.13 +- pymc-sphinx-theme==0.14 - sphinx-copybutton - sphinx-design - sphinx-notfound-page diff --git a/docs/source/conf.py b/docs/source/conf.py index 7dd23f813a..6ed887214e 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -156,7 +156,7 @@ myst_substitutions = { "version_slug": rtd_version, } -myst_heading_anchors = None +myst_heading_anchors = 0 v3_example_tutorials = [ "case_studies/BEST",