diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-07 04:47:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-07 04:47:00 -0500 |
| commit | 7a1411ffc1cce75cc5251071154ff53f3fd0444d (patch) | |
| tree | 887aedc881feb06471dcab4bd15f80df549decd3 /docs/conf.py | |
| parent | f359b8a7608c7f118710af02cb5edab4e6abb942 (diff) | |
| parent | 439d820b30f9a6d28e79be6a0cb381b7aabcda98 (diff) | |
| download | python-setuptools-git-7a1411ffc1cce75cc5251071154ff53f3fd0444d.tar.gz | |
Merge pull request #2859 from abravalheri/add-logo-to-readme
Add logo to readme
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4f3eb8dc..ebb84c48 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -102,6 +102,7 @@ default_role = 'any' # HTML theme html_theme = 'furo' html_logo = "images/logo.png" +html_favicon = "images/favicon.ico" html_theme_options = { "sidebar_hide_name": True, |
