[doc] Fix config and expand max-width of docs

This commit is contained in:
Greg Chadwick 2022-01-10 17:30:13 +00:00 committed by Greg Chadwick
parent 596b4d7e92
commit 756610800b
2 changed files with 6 additions and 1 deletions

View file

@ -11,3 +11,8 @@
overflow: visible !important;
}
}
.wy-nav-content {
max-width: 1000px !important;
}

View file

@ -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 ---------------------------------------------