Skip to content

Commit b40433d

Browse files
committed
Fix doc build
1 parent 2a91bc6 commit b40433d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
project = html_title = "AiiDA Enhancement Proposals"
44
author = "The AiiDA team"
55

6-
extensions = ["myst_parser", "sphinx_external_toc"]
6+
extensions = [
7+
"myst_parser",
8+
"sphinx_external_toc",
9+
"anchors"
10+
]
11+
712
exclude_patterns = [".github", ".tox", ".vscode", "_build"]
813
external_toc_exclude_missing = True
914
html_theme = "furo"

0 commit comments

Comments
 (0)