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, 18 Dec 2024 09:01:43 +0000 (10:01 +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 509aa857c4d52ef7da6d01c08ff91b7bdc57b739..c0c1602cbd6fec4c48d8627fbfb1d3f456e5d899 100644 (file)
@@ -118,7 +118,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 4cee382a718fab07725b18e0da23371f57545e4b..be7e7fe70672521561a666b28f23d6f9e7e2f510 100644 (file)
@@ -127,7 +127,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 908f4d6fa6e175a0d3475fa6338bc1c98bc7bf9b..f587d28197ae8a126a408addd02c184488cb9ac3 100644 (file)
@@ -124,7 +124,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.