summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-07-09 21:28:43 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-07-09 21:28:43 (GMT)
commitc87bcd8693ab8627ad2946aef86a6852ea10b44a (patch)
treefc16e19e19168feb3e32afec95306be17d645ab5 /docs/conf.py
parenteac72188cf9e2ab4de60a368812fda261ad21d8b (diff)
docs: Introduce project logo
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5e6f069..146b040 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -62,3 +62,4 @@ html_theme = 'alabaster'
# 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 = ['_static']
+html_logo = 'logo.png'