summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2014-04-08 23:51:49 +0200
committerGiampaolo Rodola' <g.rodola@gmail.com>2014-04-08 23:51:49 +0200
commitc1987d049648549a8511f63ff7e0a185bd275c4c (patch)
tree63b7c3f3eca9bb45c1de86488151c7bd2091116d /docs/conf.py
parentd6e6ede30c4011af9b11b23a49c6a4016e8e550a (diff)
downloadpsutil-c1987d049648549a8511f63ff7e0a185bd275c4c.tar.gz
provide doc favicon + add a 'make upload-doc' command which uploads doc on pythonhosted.org
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c82c4fe1..0c6608a2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -142,7 +142,7 @@ html_title = "{project} {version} documentation".format(**locals())
# 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,