Further CSS tweaks

This commit is contained in:
Griatch 2020-06-15 21:30:49 +02:00
parent 68b6461586
commit d3859e9728
4 changed files with 15 additions and 3 deletions

View file

@ -90,7 +90,8 @@ html_sidebars = {
"versioning.html",
]
}
html_favicon = "_static/favicon.ico"
html_favicon = "_static/images/favicon.ico"
html_logo = "_static/images/evennia_logo.png"
# HTML syntax highlighting style
pygments_style = "sphinx"