diff options
author | siddharth <s@ricketyspace.net> | 2021-10-31 16:09:10 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-10-31 16:09:10 -0400 |
commit | 9898fbb08112753a3d069d5411f088f1fff96a01 (patch) | |
tree | fb1ef3d8b7adfe2ce8ec3ba36bee7a29e1ed740e | |
parent | 56809363d8cceb773895df72c50d2902347c7b38 (diff) |
.readthedocs.yaml: fix syntax
-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 |