More documentation

This commit is contained in:
eelke 2022-09-06 13:19:09 +02:00
parent 50c45426d9
commit c942d0a446
5 changed files with 115 additions and 2 deletions

View file

@ -53,4 +53,8 @@ html_theme = 'furo'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = []
html_static_path = ['assets']
html_css_files = [
'custom.css'
]