File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,19 @@ version: 2
5
5
sphinx :
6
6
configuration : doc/conf.py
7
7
8
+ build :
9
+ os : ubuntu-22.04
10
+ tools :
11
+ # If you change this, you also need to update .github/workflows/test.yml
12
+ # to make sure doc test builds run on the same version.
13
+ #
14
+ # Why 3.9?
15
+ # 1. It's the lowest version compatible w/ Sphinx 7.2.2, a doc build dependency
16
+ # 2. Better doc build accessibility for contributors who may have trouble
17
+ # setting up newer Python versions (Debian, etc).
18
+ python : " 3.9"
19
+
8
20
python :
9
- # If you change this, you also need to update .github/workflows/test.yml
10
- # to make sure doc test builds run on the same version.
11
- #
12
- # Why 3.9?
13
- # 1. It's the lowest version compatible w/ Sphinx 7.2.2, a doc build dependency
14
- # 2. Better doc build accessibility for contributors who may have trouble
15
- # setting up newer Python versions (Debian, etc).
16
- version : 3.9
17
21
install :
18
22
- method : pip
19
23
path : .
You can’t perform that action at this time.
0 commit comments