Skip to content

Commit 77ff47f

Browse files
committed
Build docs with g++-13
1 parent 84c2889 commit 77ff47f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ version: 2
22

33
build:
44
os: ubuntu-lts-latest
5+
apt_packages:
6+
- g++-13
57
tools:
68
python: "3.11"
79
jobs:
810
pre_install:
11+
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100
912
- g++ --version
1013
- make requirements
1114
- make package

0 commit comments

Comments
 (0)