We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505b853 commit 5da1233Copy full SHA for 5da1233
.readthedocs.yaml
@@ -1,8 +1,11 @@
1
version: 2
2
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: '3.10'
7
+
8
python:
- version: 3.7
9
install:
10
+ - path: .
11
- requirements: docs/requirements.txt
- - method: pip
- path: .
docs/requirements.txt
@@ -5,7 +5,7 @@ sphinx-autodoc-typehints==1.11.1
sphinx-copybutton==0.3.3
sphinxcontrib-websupport==1.1.0
sphinx-rtd-theme==0.5.0
-pyqt5
+PyQt5
# Indirect dependencies.
docutils==0.16
@@ -15,3 +15,4 @@ sphinxcontrib-devhelp==1.0.2
15
sphinxcontrib-htmlhelp==2.0.0
16
sphinxcontrib-jsmath==1.0.1
17
sphinxcontrib-qthelp==1.0.3
18
+sphinxcontrib-serializinghtml==1.1.5
0 commit comments