Skip to content

Commit

Permalink
Removed reference to custom css which broke readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
bfortuner committed Apr 24, 2017
1 parent a2ddc6b commit b2e6716
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

html_static_path = ['_static']

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

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down Expand Up @@ -202,3 +195,13 @@
'display_version': False
# 'logo_only': True,
}

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


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

0 comments on commit b2e6716

Please sign in to comment.