diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-10-27 02:27:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-27 02:27:57 +0800 |
commit | 0f6307169604f36b0316f236eb96d6001b788f50 (patch) | |
tree | e26e727f09246ff7c1b5d0e39074caef3fc8d0ce /readthedocs.yaml | |
parent | 4c5b26db183f8f9163e043f5dd4bb0ce60e3aa7f (diff) | |
download | dexon-sol-tools-0f6307169604f36b0316f236eb96d6001b788f50.tar dexon-sol-tools-0f6307169604f36b0316f236eb96d6001b788f50.tar.gz dexon-sol-tools-0f6307169604f36b0316f236eb96d6001b788f50.tar.bz2 dexon-sol-tools-0f6307169604f36b0316f236eb96d6001b788f50.tar.lz dexon-sol-tools-0f6307169604f36b0316f236eb96d6001b788f50.tar.xz dexon-sol-tools-0f6307169604f36b0316f236eb96d6001b788f50.tar.zst dexon-sol-tools-0f6307169604f36b0316f236eb96d6001b788f50.zip |
fix(order_utils.py): tweaks for first publish (#1185)
Diffstat (limited to 'readthedocs.yaml')
-rw-r--r-- | readthedocs.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/readthedocs.yaml b/readthedocs.yaml new file mode 100644 index 000000000..7023141da --- /dev/null +++ b/readthedocs.yaml @@ -0,0 +1,7 @@ +build: + image: latest + +python: + version: 3.6 + +requirements_file: requirements.readthedocs.txt |