Skip to content

Commit

Permalink
Fixing css thing (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
caphrim007 authored Feb 6, 2018
1 parent 48323d6 commit 7e40041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
File renamed without changes.
9 changes: 3 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,6 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_context = {
'css_files': [
'_static/theme_overrides.css', # overrides for wide tables in RTD theme
],
}

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.
Expand Down Expand Up @@ -362,3 +356,6 @@
'agent': (
'http://f5-openstack-agent.readthedocs.io/en/latest', None),
}

def setup(app):
app.add_stylesheet('theme_overrides.css')

0 comments on commit 7e40041

Please sign in to comment.