diff options
| -rw-r--r-- | sources/pyside6/doc/_static/qtforpython.ico | bin | 0 -> 766 bytes | |||
| -rw-r--r-- | sources/pyside6/doc/conf.py.in | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/_static/qtforpython.ico b/sources/pyside6/doc/_static/qtforpython.ico Binary files differnew file mode 100644 index 000000000..2f4d9e9de --- /dev/null +++ b/sources/pyside6/doc/_static/qtforpython.ico diff --git a/sources/pyside6/doc/conf.py.in b/sources/pyside6/doc/conf.py.in index 270690484..94bf68ce4 100644 --- a/sources/pyside6/doc/conf.py.in +++ b/sources/pyside6/doc/conf.py.in @@ -170,7 +170,7 @@ html_logo = "@CMAKE_CURRENT_SOURCE_DIR@/_static/qtforpython.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 = None +html_favicon = "_static/qtforpython.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, |
