From e16c68e25540d035a4c139a54849832869b8a6d1 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 31 Oct 2023 23:43:45 +1000 Subject: [PATCH] increase anchor generation --- docs/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index fc97d52a..90e05262 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -141,3 +141,8 @@ texinfo_documents = [( root_doc, 'AllianceAuth', 'Alliance Auth Documentation', author, 'AllianceAuth', 'An auth system for EVE Online to help in-game organizations manage online service access.', 'Miscellaneous'), ] + + +# -- https://myst-parser.readthedocs.io/en/latest/configuration.html + +myst_heading_anchors = 4