diff --git a/docs/source/_static/pyrogram.ico b/docs/source/_static/favicon.ico similarity index 100% rename from docs/source/_static/pyrogram.ico rename to docs/source/_static/favicon.ico diff --git a/docs/source/_static/pyrogram.png b/docs/source/_static/logo.png similarity index 100% rename from docs/source/_static/pyrogram.png rename to docs/source/_static/logo.png diff --git a/docs/source/conf.py b/docs/source/conf.py index 4dbc4c85..d1a408bf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -116,12 +116,12 @@ html_theme_options = { # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '_static/pyrogram.png' +html_logo = '_static/logo.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 # pixels large. -html_favicon = '_static/pyrogram.ico' +html_favicon = '_static/favicon.ico' # 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,