Set html_static_path = ['_static'] everywhere.
authorNicholas D Steeves <nsteeves@gmail.com>
Sun, 11 Feb 2018 02:00:55 +0000 (21:00 -0500)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 2 Sep 2020 11:55:46 +0000 (12:55 +0100)
Gbp-Pq: Name 0048-Set-html_static_path-_static-everywhere.patch

clang/docs/analyzer/conf.py
clang/docs/conf.py
polly/docs/conf.py

index 09967598acb4c71e5f2e308be5c37f87ec56dda1..626ad5b19aaa24f44212d71c78ad45f4f659399a 100644 (file)
@@ -121,7 +121,7 @@ html_theme = 'haiku'
 # 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 = []
+html_static_path = ['_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
index e16ff49eb2876181ef8634ba2fa92096a9732684..6a2a524fd6fa0bcba772c1ed735d869c528e3fa1 100644 (file)
@@ -122,7 +122,7 @@ html_theme = 'haiku'
 # 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 = []
+html_static_path = ['_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
index 2449b03d63bf0ae14754ae2cf75f27a06cd4fa15..ddf270eb1a2bdf751cb0c71bccc334dff8c88441 100644 (file)
@@ -127,7 +127,7 @@ except ImportError:
 # 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 = []
+html_static_path = ['_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.