We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173161b commit 5bb3cc0Copy full SHA for 5bb3cc0
1 file changed
.readthedocs.yaml
@@ -1,10 +1,17 @@
1
-# https://docs.readthedocs.io/en/stable/config-file/v2.html
2
version: 2
+
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.11"
7
8
sphinx:
9
configuration: docs/conf.py
10
11
formats:
- - pdf
12
+ - pdf
13
+ - epub
14
15
python:
- version: 3.8
- install:
- - requirements: docs/requirements.txt
16
+ install:
17
+ - requirements: docs/requirements.txt
0 commit comments