Skip to content

Commit 43fa32c

Browse files
authored
Fix docs build for Python 3.13 and Ubuntu 24.04 (#2131)
1 parent 1788c8e commit 43fa32c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: ubuntu-20.04
4+
os: ubuntu-24.04
55
tools:
6-
python: "3.10"
6+
python: "3.13"
77

88
sphinx:
99
configuration: docs/source/conf.py

docs/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ funsor
44
ipython
55
jax
66
jaxlib
7-
jaxns==2.6.9;python_version>="3.10"
8-
jaxns==2.6.3;python_version<"3.10"
7+
jaxns==2.6.9
98
Jinja2
109
matplotlib
1110
multipledispatch

0 commit comments

Comments
 (0)