Skip to content

Commit e802cc4

Browse files
committed
Run pip manually in rtd
1 parent 93ffd53 commit e802cc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:
1111
tools:
1212
python: "3.12"
1313
commands:
14-
- spin --help
14+
- pip install -r requirements-dev.txt
1515
- bin/build_dependencies_unix.sh --use-gmp-github-mirror
1616
- spin build -- --pkg-config-path=.local/lib/pkgconfig -Dadd_flint_rpath=true
1717
- spin docs
@@ -29,6 +29,6 @@ sphinx:
2929
# Optional but recommended, declare the Python requirements required
3030
# to build your documentation
3131
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
32-
python:
33-
install:
34-
- requirements: requirements-dev.txt
32+
# python:
33+
# install:
34+
# - requirements: requirements-dev.txt

0 commit comments

Comments
 (0)