From 9aef4fc1af3af359b83218fedfcba21f4fefa8fc Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 15 Nov 2024 04:52:59 -0800 Subject: [PATCH] Tidy up conf.py --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 14ccfa1ba..90a58b3cf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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