diff --git a/doc/_static/theme_overrides.css b/doc/_static/theme_overrides.css index 63ee6cc7..828f0d34 100644 --- a/doc/_static/theme_overrides.css +++ b/doc/_static/theme_overrides.css @@ -11,3 +11,8 @@ overflow: visible !important; } } + +.wy-nav-content { + max-width: 1000px !important; +} + diff --git a/doc/conf.py b/doc/conf.py index 97103d2e..b4e8541a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -115,7 +115,7 @@ html_logo = 'images/logo.svg' html_static_path = ['_static'] html_css_files = [ - '_static/theme_overrides.css', # Fix wide tables in RTD theme + 'theme_overrides.css', # Fix wide tables in RTD theme ] # -- Options for LaTeX output ---------------------------------------------