Skip to content

Commit 3d24fc6

Browse files
committed
Try on 24.04
1 parent 0b234e1 commit 3d24fc6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.readthedocs.yaml

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

33
build:
4-
os: ubuntu-lts-latest
5-
apt_packages:
6-
- g++-13
4+
os: ubuntu-24.04
75
tools:
86
python: "3.11"
97
jobs:
108
pre_install:
11-
- CXX="/usr/bin/clang++-13" make requirements
9+
- make requirements
1210
- make package
1311
- python -m pip install -e .
1412
sphinx:

0 commit comments

Comments
 (0)