aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-02-17 22:18:49 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-03-03 13:14:27 +0000
commit53f9ee38f1f37a8a98373f7a21814159dccdbed6 (patch)
treec50d172713c23f1c1bf33fa338d0519e9f7b835e /requirements.txt
parent4ab34c2fe7d7acfea6a7d5ea4e905e0e83651710 (diff)
doc: example gallery show code in tabs
Before this patch, the auto-generated documentation page had all the files from the .pyproject listed one after the other. This uses a new sphinx extension called sphinx-tabs https://github.com/executablebooks/sphinx-tabs which allows us to easily add content in tabs. Task-number: PYSIDE-1112 Change-Id: Ibd66a8c911f05be13ae2700be6d3e95a2b98b775 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit a7c7c729a388b0a4e0e104fac1130feb6e03151b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index dd4b6cc8e..2f60cb9ee 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,6 @@
setuptools
sphinx
+sphinx-tabs
six
wheel>=0.35
PyOpenGL