diff options
| author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-08-14 11:52:45 +0200 |
|---|---|---|
| committer | Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io> | 2024-08-16 16:03:13 +0200 |
| commit | 96e233535c05462ea0ddaa72ce88c0ccc6fbf45b (patch) | |
| tree | 4119d557742bd3ed4da281144562b25f2745413b /sources/pyside6/doc/conf.py.in | |
| parent | 64c6d6fbecda160d16006e22b6cc0c1f77785508 (diff) | |
Docs: Fix sphinx warnings
- Mostly toctree warnings, missing file paths and indentation issues.
Change-Id: I3531f3b7ab3341dd21955ffe73664916b81ecfa2
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/conf.py.in')
| -rw-r--r-- | sources/pyside6/doc/conf.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/conf.py.in b/sources/pyside6/doc/conf.py.in index 0deea6eb1..16335ac04 100644 --- a/sources/pyside6/doc/conf.py.in +++ b/sources/pyside6/doc/conf.py.in @@ -176,7 +176,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 = "_static/qtforpython.ico" +html_favicon = "@CMAKE_CURRENT_SOURCE_DIR@/_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, |
