Skip to content

Commit 93ffd53

Browse files
committed
Build GMP and MPFR as well in rtd
1 parent 99654d2 commit 93ffd53

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ build:
1010
os: ubuntu-24.04
1111
tools:
1212
python: "3.12"
13-
apt_packages:
14-
- libgmp-dev
15-
- libmpfr-dev
16-
- xz-utils
17-
- ninja-build
1813
commands:
19-
- bin/build_dependencies_unix.sh --skip-gmp --skip-mpfr
14+
- spin --help
15+
- bin/build_dependencies_unix.sh --use-gmp-github-mirror
2016
- spin build -- --pkg-config-path=.local/lib/pkgconfig -Dadd_flint_rpath=true
2117
- spin docs
2218
- mv doc/build/html $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)