aboutsummaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-01 14:03:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-01 14:21:38 -0700
commit4a9525f84ff5fa6cd0cd6fb36f6b8f34784f1407 (patch)
treeec0fcd60b196344cce1c69331f4df7fd95e0840e /doc/conf.py
parent585cb60e19bf3ed65b348c67955271e094bc5d0b (diff)
downloadconsfigurator-4a9525f84ff5fa6cd0cd6fb36f6b8f34784f1407.tar.gz
fix some Sphinx warnings
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 99da27e..669be84 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -54,7 +54,7 @@ html_theme = 'sphinx_rtd_theme'
# 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 = ['_static']
+# html_static_path = ['_static']
# -- Options for Texinfo output ----------------------------------------------