summaryrefslogtreecommitdiff
path: root/apidoc/sphinx/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'apidoc/sphinx/conf.py')
-rw-r--r--apidoc/sphinx/conf.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/apidoc/sphinx/conf.py b/apidoc/sphinx/conf.py
index 70ea2e5..8933047 100644
--- a/apidoc/sphinx/conf.py
+++ b/apidoc/sphinx/conf.py
@@ -112,18 +112,20 @@ html_theme = 'default'
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
-#html_logo = None
+html_logo = "static/logo_nav.png"
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
-#html_favicon = None
+html_favicon = "favicon.ico"
# 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 = ['static']
+html_style="bottle.css"
+
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
#html_last_updated_fmt = '%b %d, %Y'