From 91a2f580a6a26ce37bb2db36a91e25b5ad078c38 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Fri, 18 Jun 2021 13:08:26 +0100 Subject: [PATCH] Reverting configuration for custom css on docs --- doc/source/conf.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 1554b0506f..b99e97f85f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 @@ -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"]