Skip to content

Commit

Permalink
Reverting configuration for custom css on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Jun 18, 2021
1 parent d8f07fe commit 91a2f58
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions doc/source/conf.py
Expand Up @@ -165,13 +165,6 @@
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None

# Set html context if not set
try:
html_context
if not isinstance(html_context, dict): raise Exception()
except:
html_context = {}

# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down Expand Up @@ -246,12 +239,6 @@
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#

# override default theme width
html_context.update({
"css_files": ["_static/theme_overrides.css",], # override wide tables in RTD theme
})

html_extra_path = ["_extra"]

Expand Down

0 comments on commit 91a2f58

Please sign in to comment.