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 d047948Copy full SHA for d047948
conf.py
@@ -3,7 +3,11 @@
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
+]
10
+
11
exclude_patterns = [".github", ".tox", ".vscode", "_build"]
12
external_toc_exclude_missing = True
13
html_theme = "furo"
0 commit comments