Skip to content

Commit f4bd715

Browse files
authored
Merge pull request #3365 from Uninett/bugfix/readthedocs-build-issues
Fix ReadTheDocs builds
2 parents 72cd739 + 3b5caca commit f4bd715

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.readthedocs.yaml

+6-9
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ sphinx:
44
configuration: doc/conf.py
55
builder: html
66

7-
python:
8-
install:
9-
- requirements: doc/requirements.txt
10-
- method: pip
11-
path: .
12-
extra_requirements:
13-
- setuptools_scm
14-
157
build:
168
os: ubuntu-22.04
179
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

constraints.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
snowballstemmer<3.0.0 # incompatible with Sphinx 7.4.7?

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"psycopg2==2.9.9",
2121
"IPy==1.01",
2222
"pyaml",
23-
"twisted>=23.8.0,<24.0",
23+
"twisted>=24.7",
2424
"networkx==2.6.3",
2525
"Pillow>3.3.2",
2626
"qrcode>7.4",

0 commit comments

Comments
 (0)