From d99bf33d45ed52630695f4bb651736177d492ece Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 22 Mar 2018 13:00:53 +0100 Subject: [PATCH] Rename images --- docs/source/_static/{pyrogram.ico => favicon.ico} | Bin docs/source/_static/{pyrogram.png => logo.png} | Bin docs/source/conf.py | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/source/_static/{pyrogram.ico => favicon.ico} (100%) rename docs/source/_static/{pyrogram.png => logo.png} (100%) 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,