diff options
-rw-r--r-- | .readthedocs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e3b56cd..104988b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,7 @@ version: 2 python: version: "2.7" - install: + install: - requirements: docs/requirements.txt install: - method: setuptools |