Skip to content

Commit cd9f24a

Browse files
authored
Update .readthedocs.yaml
1 parent 73b76e2 commit cd9f24a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ sphinx:
3030
# Optional but recommended, declare the Python requirements required
3131
# to build your documentation
3232
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33-
python:
34-
install:
35-
- requirements: requirements.txt
33+
#python:
34+
# install:
35+
# - requirements: requirements.txt
3636
jobs:
37-
create_environment:
37+
install:
3838
- pip install -e .
39+
- pip install -r requirements.txt

0 commit comments

Comments
 (0)