]> git.notmuchmail.org Git - notmuch/blobdiff - doc/conf.py
doc/conf.py: Remove _static from html_static_path
[notmuch] / doc / conf.py
index a926fe42048859ee915267837cd4b2461972ea67..70ba1b8a4e1bf772c16fbeb72d8148ea7c40a182 100644 (file)
@@ -42,7 +42,7 @@ html_theme = 'default'
 # 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 = []
 
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'notmuchdoc'