diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-08 12:53:59 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-08 12:56:37 -0500 |
commit | aec4473cdcf2fdd4acde6a4314ba912f25cb0a55 (patch) | |
tree | a01d733386eb84502e39f05bd8f04e6db2fbfc25 /doc/conf.py | |
parent | b4a46264fa0d029591c368ac95af692afc2bf471 (diff) | |
download | python-coveragepy-git-aec4473cdcf2fdd4acde6a4314ba912f25cb0a55.tar.gz |
Sleepy Snake
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 09d613be..649c958b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -156,7 +156,7 @@ html_theme_path = ['_templates'] # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = 'media/sleepy-snake-circle-150.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 |