Skip to content
Snippets Groups Projects
Commit 9e021773 authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

Merge branch 'logo' into 'main'

Add logo

Closes #6

See merge request !37
parents 75afae0b 886b83bc
No related branches found
No related tags found
1 merge request!37Add logo
Pipeline #1454283 failed
doc/source/_static/favicon.png

883 B

doc/source/_static/logo.png

52.1 KiB

......@@ -62,7 +62,9 @@ html_theme = 'pydata_sphinx_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.png"
html_favicon = "_static/favicon.png"
# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html
autodoc_mock_imports = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment