Skip to content

Commit

Permalink
Tidy up conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Nov 15, 2024
1 parent d54377f commit 9aef4fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,15 @@
html_extra_path = [
"robots.txt",
]
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = [
"volto/_static",
"_static", # Last path wins. See https://github.com/plone/documentation/pull/1442
]


# -- Options for autodoc ----------------------------------------------------

# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#configuration
Expand Down

0 comments on commit 9aef4fc

Please sign in to comment.