From f65a05beb7f04d8c8c5c47eddb891177b5b398d9 Mon Sep 17 00:00:00 2001 From: sudosnok Date: Sun, 1 May 2022 18:10:02 +0100 Subject: [PATCH] Added asset --- {assets => docs/assets}/Github-Python.png | Bin docs/conf.py | 1 + 2 files changed, 1 insertion(+) rename {assets => docs/assets}/Github-Python.png (100%) diff --git a/assets/Github-Python.png b/docs/assets/Github-Python.png similarity index 100% rename from assets/Github-Python.png rename to docs/assets/Github-Python.png diff --git a/docs/conf.py b/docs/conf.py index 14b2cd3..04edc2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,6 +53,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # a list of builtin themes. # html_theme = 'alabaster' +html_favicon = './assets/Github-Python.png' # 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,