We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96ff02 commit d69dab7Copy full SHA for d69dab7
Documentation/conf.py
@@ -249,11 +249,16 @@
249
250
html_static_path = ['sphinx-static']
251
252
-html_context = {
253
- 'css_files': [
254
- '_static/theme_overrides.css',
255
- ],
256
-}
+html_css_files = [
+ 'theme_overrides.css',
+]
+
+if major <= 1 and minor < 8:
257
+ html_context = {
258
+ 'css_files': [
259
+ '_static/theme_overrides.css',
260
+ ],
261
+ }
262
263
# Add any extra paths that contain custom files (such as robots.txt or
264
# .htaccess) here, relative to this directory. These files are copied
0 commit comments