From f112e79519057d3f9550519ce65954b0623b5bdd Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Sun, 12 Jun 2022 22:55:29 +0530 Subject: [PATCH] [bug] drop myst_heading_anchors - https://github.com/executablebooks/MyST-Parser/issues/519 - https://github.com/executablebooks/MyST-Parser/pull/507#issuecomment-1039617401 - https://i.gyazo.com/06ce07fca33afb64e81c687a49fd5008.jpg - hacks - https://i.gyazo.com/1c825601041a6d77a83304b36b3c2765.png (#metrics) - https://i.gyazo.com/723111811021645df0950ab0e1a1648c.png tapaswenipathak@Tapaswenis-MacBook-Pro OpenMS-docs % myst-anchors -l 4 docs/tutorials/TOPP/quality-control.md

--- conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.py b/conf.py index 3f0a7286..5aa527ff 100644 --- a/conf.py +++ b/conf.py @@ -48,7 +48,6 @@ autosummary_generate = True autosummary_imported_members = True -myst_heading_anchors = 4 myst_all_links_external = True # Add any paths that contain templates here, relative to this directory.