Set html_static_path = ['_static'] everywhere.
authorNicholas D Steeves <nsteeves@gmail.com>
Sun, 11 Feb 2018 02:00:55 +0000 (21:00 -0500)
committerGianfranco Costamagna <locutusofborg@debian.org>
Sat, 4 Jun 2022 13:30:38 +0000 (14:30 +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 1742a7fbe5c1b8d6a4784049ea45181ce99dd764..eff7d03ece7ef60b8282c4999fe4dc0e3068ac02 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 3af05bac2321d5e9058718a9c4befe152c3a3047..50b44e7c3fc95f1dd539ca9dcc6906ced4924436 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 44bb82a62378bce41768c80040f00a8ecfa19d51..0a071078bb48d5e64f38be02a3a8646042c7a445 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.