Skip to content

Commit 7e40041

Browse files
authored
Fixing css thing (#1385)
1 parent 48323d6 commit 7e40041

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,6 @@
197197
# so a file named "default.css" will overwrite the builtin "default.css".
198198
html_static_path = ['_static']
199199

200-
html_context = {
201-
'css_files': [
202-
'_static/theme_overrides.css', # overrides for wide tables in RTD theme
203-
],
204-
}
205-
206200
# Add any extra paths that contain custom files (such as robots.txt or
207201
# .htaccess) here, relative to this directory. These files are copied
208202
# directly to the root of the documentation.
@@ -362,3 +356,6 @@
362356
'agent': (
363357
'http://f5-openstack-agent.readthedocs.io/en/latest', None),
364358
}
359+
360+
def setup(app):
361+
app.add_stylesheet('theme_overrides.css')

0 commit comments

Comments
 (0)