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>
Sun, 1 Jan 2023 14:46:39 +0000 (14:46 +0000)
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 761f17bf4c3720e2abdc213f0b83fb74eaa7405a..c9e941318cdcd3990ee4ffcb248cf617cef17a7f 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 b8a42018191abd1469c1190486a76d27bf626f42..49848e29c37d5c770efb79851e48284126d92ea8 100644 (file)
@@ -135,7 +135,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 b35c4a2ae9bccd15f5e7f4a5bd75d06d16f3d279..44623f4fcd1a010a22f0ec880b26f5307c3b591d 100644 (file)
@@ -123,7 +123,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.