diff options
author | siddharth <s@ricketyspace.net> | 2021-10-31 15:20:58 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-10-31 15:20:58 -0400 |
commit | cd04834639217a6651cadafcb2f10c8d25d2a244 (patch) | |
tree | efa243ec5a217562b5b8f63addf4a540478066f9 | |
parent | 3d68cf6284145a06c8d4cf76fa850ffd1953991c (diff) |
.readthedocs.yaml: move python version into python block
-rw-r--r-- | .readthedocs.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 465ab0f..8b4b983 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,8 +1,6 @@ version: 2 -build: - tools: - python: "2.7" python: + version: "2.7" install: - method: setuptools path: ./ |