diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-10-27 02:41:09 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-10-27 02:41:09 +0800 |
commit | a414dc9b83c14b277af90ce8397db3736a51a4d3 (patch) | |
tree | e9814de850892932b539c88e1798d44b00db563a /readthedocs.yaml | |
parent | 951a5271e15cebb010281de3b8cbfb3972ecec83 (diff) | |
parent | 0f6307169604f36b0316f236eb96d6001b788f50 (diff) | |
download | dexon-sol-tools-a414dc9b83c14b277af90ce8397db3736a51a4d3.tar dexon-sol-tools-a414dc9b83c14b277af90ce8397db3736a51a4d3.tar.gz dexon-sol-tools-a414dc9b83c14b277af90ce8397db3736a51a4d3.tar.bz2 dexon-sol-tools-a414dc9b83c14b277af90ce8397db3736a51a4d3.tar.lz dexon-sol-tools-a414dc9b83c14b277af90ce8397db3736a51a4d3.tar.xz dexon-sol-tools-a414dc9b83c14b277af90ce8397db3736a51a4d3.tar.zst dexon-sol-tools-a414dc9b83c14b277af90ce8397db3736a51a4d3.zip |
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/fixed-orders-in-render-method
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 |