aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-03-28 14:26:25 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2022-04-08 15:32:58 +0200
commit6cbdefd9fbbbd1343998d449cc12ae4b5961af9c (patch)
tree9b92dc071ba8c20c4e4ca859bd9cfe90d4953e9b /requirements.txt
parent530cfb8c9fb3a050635577afa5ae23145a3ecc30 (diff)
doc: new theme to follow the new Qt Doc style
- Use 'furo' sphinx theme which offers a look-and-feel similar to the new Qt Documentation theme. - Change a few colors and styles to keep some details of the previous look-and-feel. - Add sphinx-copybutton extension to enable the copy-button feature against the snippet blocks. - Remove the 'pysidedocs' theme. Change-Id: I2be7186c5b043b4c75c65783abc2eab4056c493e Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index e1671d0d9..be8cede5c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,3 +8,6 @@ PyOpenGL
pyinstaller==3.6
nuitka
dataclasses; python_version < '3.7'
+furo
+sphinx-copybutton
+