There was an error while loading. Please reload this page.
1 parent be42be7 commit d99bf33Copy full SHA for d99bf33
3 files changed
docs/source/_static/pyrogram.ico docs/source/_static/favicon.icodocs/source/_static/pyrogram.ico renamed to docs/source/_static/favicon.ico
docs/source/_static/pyrogram.png docs/source/_static/logo.pngdocs/source/_static/pyrogram.png renamed to docs/source/_static/logo.png
docs/source/conf.py
@@ -116,12 +116,12 @@
116
117
# The name of an image file (relative to this directory) to place at the top
118
# of the sidebar.
119
-html_logo = '_static/pyrogram.png'
+html_logo = '_static/logo.png'
120
121
# The name of an image file (within the static path) to use as favicon of the
122
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
123
# pixels large.
124
-html_favicon = '_static/pyrogram.ico'
+html_favicon = '_static/favicon.ico'
125
126
# Add any paths that contain custom static files (such as style sheets) here,
127
# relative to this directory. They are copied after the builtin static files,
0 commit comments