prettier docs

This commit is contained in:
Michael Shamoon
2022-04-05 07:03:37 -07:00
parent a728502988
commit b14bf8a96d
3 changed files with 329 additions and 14 deletions

View File

@@ -119,6 +119,12 @@ html_theme_path = []
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
html_css_files = [
"css/custom.css",
]
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.