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, 26 Aug 2018 12:00:14 +0000 (13:00 +0100)
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 6f3a2016eb24b7d3b865ce5786e5043b05ff65c3..5bb3bd4df2f9256335dbbdcc7ac62f08b1217f42 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 a12f99ad6d9a46a4145623af7d3e4c625d90f7f3..cbaa9a3f9b5ddbe7ad273592c0f8b5a742d9c063 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 c4032338e94ccb2c1b0ce7dcb24a0b01f855525b..f85483eaa0c321b4006801fac45e53ce617777bb 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.