File tree 1 file changed +8
-8
lines changed 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,26 +9,26 @@ version: 2
9
9
build :
10
10
os : ubuntu-22.04
11
11
tools :
12
- python : " 3.10 "
12
+ python : " 3.11 "
13
13
14
14
# Build documentation in the doc/ directory with Sphinx
15
15
sphinx :
16
- configuration : doc/source/conf.py
16
+ configuration : doc/source/conf.py
17
17
18
18
# Optionally build your docs in additional formats such as PDF and ePub
19
19
formats :
20
- - pdf
20
+ - pdf
21
21
22
22
# we do not use conda anymore because it consumes too much memory and thus crashes our builds
23
23
# see:
24
24
# - https://docs.readthedocs.io/en/stable/guides/build-using-too-many-resources.html#use-pip-when-possible
25
25
# - https://github.com/readthedocs/readthedocs.org/issues/6692
26
26
# conda:
27
- # environment: doc/environment.yml
27
+ # environment: doc/environment.yml
28
28
29
29
# Optionally declare the Python requirements required to build your docs
30
30
python :
31
- install :
32
- - requirements : doc/requirements.txt
33
- - method : pip
34
- path : .
31
+ install :
32
+ - requirements : doc/requirements.txt
33
+ - method : pip
34
+ path : .
You can’t perform that action at this time.
0 commit comments