diff --git a/mkdocs.yml b/mkdocs.yml index 48afb6ce..14d52c03 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,6 +30,10 @@ pages: - Maintainer guide: MAINTAINER_GUIDE.md - Signing key: SIGNING_KEY.md +markdown_extensions: +- toc: + permalink: true + # These extra_templates exists only to redirect from old Sphinx URLs to new # MkDocs URLs. This is more properly done using an HTTP redirect, but # unfortunately readthedocs.org's page redirection is broken (see