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 93ffd53 commit e802cc4Copy full SHA for e802cc4
.readthedocs.yaml
@@ -11,7 +11,7 @@ build:
11
tools:
12
python: "3.12"
13
commands:
14
- - spin --help
+ - pip install -r requirements-dev.txt
15
- bin/build_dependencies_unix.sh --use-gmp-github-mirror
16
- spin build -- --pkg-config-path=.local/lib/pkgconfig -Dadd_flint_rpath=true
17
- spin docs
@@ -29,6 +29,6 @@ sphinx:
29
# Optional but recommended, declare the Python requirements required
30
# to build your documentation
31
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
32
-python:
33
- install:
34
- - requirements: requirements-dev.txt
+# python:
+# install:
+# - requirements: requirements-dev.txt
0 commit comments