Skip to content

Commit 063f36f

Browse files
committed
2 parents c5e868a + 54c8d93 commit 063f36f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.readthedocs.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.11"
9+
jobs:
10+
post_create_environment:
11+
- pip install QtPy PyQt5 numpy
12+
sphinx:
13+
configuration: doc/conf.py
14+
formats:
15+
- pdf
16+
python:
17+
install:
18+
- method: pip
19+
path: .
20+
extra_requirements:
21+
- doc

0 commit comments

Comments
 (0)