Skip to content

Commit

Permalink
Try removing html_static_path _static entry to fix 'dir does not …
Browse files Browse the repository at this point in the history
…exist' err
  • Loading branch information
tom-andersson committed Oct 5, 2023
1 parent 5806129 commit 9cd39e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
html_static_path = []

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
Expand Down

0 comments on commit 9cd39e8

Please sign in to comment.