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 73b76e2 commit cd9f24aCopy full SHA for cd9f24a
.readthedocs.yaml
@@ -30,9 +30,10 @@ sphinx:
30
# Optional but recommended, declare the Python requirements required
31
# to build your documentation
32
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33
-python:
34
- install:
35
- - requirements: requirements.txt
+#python:
+# install:
+# - requirements: requirements.txt
36
jobs:
37
- create_environment:
+ install:
38
- pip install -e .
39
+ - pip install -r requirements.txt
0 commit comments