diff options
author | siddharth <s@ricketyspace.net> | 2021-10-31 16:24:19 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-10-31 16:24:19 -0400 |
commit | 89eb206421b0887453c2c2db92a1cd80ce75e12d (patch) | |
tree | f590af127e2245a834c09c8b25c69823cfc8f1ea | |
parent | 984242823a7075924a6c131856ead3ef3fb33b32 (diff) |
.readthedocs.yaml: remove extra install block
-rw-r--r-- | .readthedocs.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 104988b..d4df34c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,6 +3,5 @@ python: version: "2.7" install: - requirements: docs/requirements.txt - install: - method: setuptools path: ./ |