aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2024-01-17 13:45:31 +0100
committerCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2024-01-18 10:44:12 +0100
commitcb4d09368dd3719e3e17afa07020c4d41fb03100 (patch)
tree8b6b632757bcf7437bcbdd25b4c3b25ced098daa /sources/pyside6/doc
parentf2db4487f5902d47496bc9c00896f81566d3b59a (diff)
doc: use modified version of the sphinx theme
This modifies our requirements in order to use a forked version, including the option 'collapse_navbar' for the theme in order to avoid long build times. Change-Id: Id0f144d19927f481f254397babb95693c131bdc3 Pick-to: 6.6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/doc')
-rw-r--r--sources/pyside6/doc/conf.py.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/pyside6/doc/conf.py.in b/sources/pyside6/doc/conf.py.in
index daa3a672f..a39f003d1 100644
--- a/sources/pyside6/doc/conf.py.in
+++ b/sources/pyside6/doc/conf.py.in
@@ -138,6 +138,11 @@ html_theme = 'furo'
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
+ # FIXME: This option is currently enable because on the 'requirements-doc.txt'
+ # We are using a fork of the theme, to include this new option.
+ # This needs to be removed once the functionality is either upstreamed,
+ # or a similar option is provided.
+ "collapse_navbar": True,
"dark_css_variables": {
"color-brand-primary": "#2cde85",
"color-brand-content": "#2cde85",