mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 13:07:46 -04:00
[doc] Fix config and expand max-width of docs
This commit is contained in:
parent
596b4d7e92
commit
756610800b
2 changed files with 6 additions and 1 deletions
5
doc/_static/theme_overrides.css
vendored
5
doc/_static/theme_overrides.css
vendored
|
@ -11,3 +11,8 @@
|
|||
overflow: visible !important;
|
||||
}
|
||||
}
|
||||
|
||||
.wy-nav-content {
|
||||
max-width: 1000px !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 ---------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue