Skip to content

Commit 5da1233

Browse files
committed
Update readthedocs configuration
1 parent 505b853 commit 5da1233

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: '3.10'
7+
38
python:
4-
version: 3.7
59
install:
10+
- path: .
611
- requirements: docs/requirements.txt
7-
- method: pip
8-
path: .

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sphinx-autodoc-typehints==1.11.1
55
sphinx-copybutton==0.3.3
66
sphinxcontrib-websupport==1.1.0
77
sphinx-rtd-theme==0.5.0
8-
pyqt5
8+
PyQt5
99

1010
# Indirect dependencies.
1111
docutils==0.16
@@ -15,3 +15,4 @@ sphinxcontrib-devhelp==1.0.2
1515
sphinxcontrib-htmlhelp==2.0.0
1616
sphinxcontrib-jsmath==1.0.1
1717
sphinxcontrib-qthelp==1.0.3
18+
sphinxcontrib-serializinghtml==1.1.5

0 commit comments

Comments
 (0)