We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99654d2 commit 93ffd53Copy full SHA for 93ffd53
.readthedocs.yaml
@@ -10,13 +10,9 @@ build:
10
os: ubuntu-24.04
11
tools:
12
python: "3.12"
13
- apt_packages:
14
- - libgmp-dev
15
- - libmpfr-dev
16
- - xz-utils
17
- - ninja-build
18
commands:
19
- - bin/build_dependencies_unix.sh --skip-gmp --skip-mpfr
+ - spin --help
+ - bin/build_dependencies_unix.sh --use-gmp-github-mirror
20
- spin build -- --pkg-config-path=.local/lib/pkgconfig -Dadd_flint_rpath=true
21
- spin docs
22
- mv doc/build/html $READTHEDOCS_OUTPUT/html
0 commit comments