mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
Documentation: Support nested config
* Add examples to pydantic models.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
3
docs/_static/eos.css
vendored
Normal file
3
docs/_static/eos.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.wy-nav-content {
|
||||
max-width: 90% !important;
|
||||
}
|
@@ -99,6 +99,7 @@ html_theme_options = {
|
||||
"logo_only": False,
|
||||
"titles_only": True,
|
||||
}
|
||||
html_css_files = ["eos.css"]
|
||||
|
||||
# -- Options for autodoc -------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html
|
||||
|
Reference in New Issue
Block a user