diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2021-11-05 20:03:03 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2021-11-05 20:03:03 +0000 |
| commit | 8ffccbdd3b01fb1cf7248e699bcf478169cdb912 (patch) | |
| tree | f38a941dea81a4e22b1027a989c167c52fa24e8f /docs/conf.py | |
| parent | a59fc3e3a63b6139d4a5cd8add11470fad36140e (diff) | |
| download | python-setuptools-git-8ffccbdd3b01fb1cf7248e699bcf478169cdb912.tar.gz | |
Add favicon and related configuration to sphinx
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, |
