File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,12 @@ sphinx:
4
4
configuration : doc/conf.py
5
5
builder : html
6
6
7
- python :
8
- install :
9
- - requirements : doc/requirements.txt
10
- - method : pip
11
- path : .
12
- extra_requirements :
13
- - setuptools_scm
14
-
15
7
build :
16
8
os : ubuntu-22.04
17
9
tools :
18
- python : " 3.9"
10
+ python : " 3.11"
11
+ apt_packages :
12
+ - libsnmp40
13
+ jobs :
14
+ post_create_environment :
15
+ - pip install -e . -r doc/requirements.txt --constraint constraints.txt
Original file line number Diff line number Diff line change
1
+ snowballstemmer<3.0.0 # incompatible with Sphinx 7.4.7?
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies = [
20
20
" psycopg2==2.9.9" ,
21
21
" IPy==1.01" ,
22
22
" pyaml" ,
23
- " twisted>=23.8.0,< 24.0 " ,
23
+ " twisted>=24.7 " ,
24
24
" networkx==2.6.3" ,
25
25
" Pillow>3.3.2" ,
26
26
" qrcode>7.4" ,
You can’t perform that action at this time.
0 commit comments