diff options
author | siddharth <s@ricketyspace.net> | 2021-10-31 14:59:29 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-10-31 14:59:29 -0400 |
commit | 3d68cf6284145a06c8d4cf76fa850ffd1953991c (patch) | |
tree | 0804c5a294c17a43683be13ff19c86ba7eedfc03 | |
parent | fb7fdd218e7caa86b37904ef6760342a8089b16e (diff) |
add .readthedocs.yaml
-rw-r--r-- | .readthedocs.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..465ab0f --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,8 @@ +version: 2 +build: + tools: + python: "2.7" +python: + install: + - method: setuptools + path: ./ |