summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-09-14 23:49:10 +0300
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-09-14 23:49:10 +0300
commit66b270aa9da56cfc1cf87b008839e488b42b0cf4 (patch)
tree666d3c246a4cc7f4564d1733bb3b4b7584719968 /docs
parente3b97ac9f96d6d692db3571d6621d18a8006bb2a (diff)
downloadcherrypy-git-66b270aa9da56cfc1cf87b008839e488b42b0cf4.tar.gz
Add CherryPy logo to docs
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/images/cherrypy_logo_big.pngbin0 -> 21527 bytes
-rw-r--r--docs/conf.py3
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/_static/images/cherrypy_logo_big.png b/docs/_static/images/cherrypy_logo_big.png
new file mode 100644
index 00000000..dc358119
--- /dev/null
+++ b/docs/_static/images/cherrypy_logo_big.png
Binary files differ
diff --git a/docs/conf.py b/docs/conf.py
index d2dd1c90..485d8c6f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -126,6 +126,9 @@ html_theme = getattr(custom_sphinx_theme, '__name__', 'default')
# "footertextcolor": "white",
# "codebgcolor": "#FFEEEE",
# }
+html_theme_options = {
+ 'logo': 'images/cherrypy_logo_big.png',
+}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = [] # noqa