docs: add logo

This commit is contained in:
2024-09-21 03:26:19 +03:00
parent 62320e8ec6
commit 1acff852d0
4 changed files with 728 additions and 5 deletions

View File

@ -72,7 +72,9 @@ html_theme = "sphinx_rtd_theme"
# 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 = ["_static"]
html_logo = "_static/logo.svg"
add_module_names = False