Skip to content

Commit d047948

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
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+
]
10+
711
exclude_patterns = [".github", ".tox", ".vscode", "_build"]
812
external_toc_exclude_missing = True
913
html_theme = "furo"

0 commit comments

Comments
 (0)