Skip to content

Commit

Permalink
Fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 13, 2024
1 parent 2a91bc6 commit cbfdee8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
project = html_title = "AiiDA Enhancement Proposals"
author = "The AiiDA team"

extensions = ["myst_parser", "sphinx_external_toc"]
extensions = [
"myst_parser",
"sphinx_external_toc",
]

myst_enable_extensions = [
"linkify",
"anchors",
]

exclude_patterns = [".github", ".tox", ".vscode", "_build"]
external_toc_exclude_missing = True
html_theme = "furo"
Expand Down

0 comments on commit cbfdee8

Please sign in to comment.