We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a91bc6 commit b40433dCopy full SHA for b40433d
conf.py
@@ -3,7 +3,12 @@
3
project = html_title = "AiiDA Enhancement Proposals"
4
author = "The AiiDA team"
5
6
-extensions = ["myst_parser", "sphinx_external_toc"]
+extensions = [
7
+ "myst_parser",
8
+ "sphinx_external_toc",
9
+ "anchors"
10
+]
11
+
12
exclude_patterns = [".github", ".tox", ".vscode", "_build"]
13
external_toc_exclude_missing = True
14
html_theme = "furo"
0 commit comments