Set html_static_path = ['_static'] everywhere.
authorNicholas D Steeves <nsteeves@gmail.com>
Sun, 11 Feb 2018 02:00:55 +0000 (21:00 -0500)
committerPeter Michael Green <plugwash@raspbian.org>
Mon, 30 Dec 2019 14:31:05 +0000 (14:31 +0000)
Gbp-Pq: Name 0048-Set-html_static_path-_static-everywhere.patch

clang-tools-extra/docs/conf.py
clang/docs/analyzer/conf.py
clang/docs/conf.py
polly/docs/conf.py

index 5ac182169f2948c4135ed78439de26547b862e9a..870398e6ea81c054d76418401e83ae2c29e25970 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 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 b38c93af23c205dbd515e31d3522314a58ebd567..2ed21d65e6a52c2696a5d12ef844fcd8ba1a68ce 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 54730acb0b3813775527ca5de26e174ee2e5ae6c..aa9ef50bf697d0a0c61fb2ec5761ee355b6c5a08 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.