diff options
author | Jonathan Huot <jonathan.huot@thomsonreuters.com> | 2019-08-06 17:23:22 +0200 |
---|---|---|
committer | Jonathan Huot <jonathan.huot@thomsonreuters.com> | 2019-08-06 17:23:22 +0200 |
commit | 8d71b161fd145d11c40d55c9ab66ac134a303253 (patch) | |
tree | 33191c3fc252264845f108943d006e88206408e6 /docs/conf.py | |
parent | 3ce210dc6600385bfec1d7190e879d04801d527b (diff) | |
download | oauthlib-8d71b161fd145d11c40d55c9ab66ac134a303253.tar.gz |
Add logo to RTD docs & upgraded tox -e readme build to twine.
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index d18f2aa..3388de6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -117,7 +117,7 @@ html_theme = 'sphinx_rtd_theme' # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = "logo/oauthlib-logo-64x64.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 |