Skip to content

Commit

Permalink
Documentation: fix ReadTheDocs CSS override
Browse files Browse the repository at this point in the history
Change-Id: I129053dfc8921182dc9f84e8ca1b248e09d4c1e9
  • Loading branch information
volans- committed Oct 16, 2017
1 parent bcb310d commit 853270b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,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', # override wide tables in RTD theme
],
}

# -- Options for HTMLHelp output ------------------------------------------

# Output file base name for HTML help builder.
Expand Down Expand Up @@ -221,3 +215,4 @@ def setup(app):
app.connect('autodoc-process-docstring', add_inherited_annotations)
app.connect('autodoc-skip-member', skip_exceptions_init)
app.connect('autodoc-skip-member', skip_external_inherited)
app.add_stylesheet('theme_overrides.css') # override wide tables in RTD theme

0 comments on commit 853270b

Please sign in to comment.