aboutsummaryrefslogtreecommitdiffstats
path: root/readthedocs.yaml
diff options
context:
space:
mode:
authorF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-10-27 02:27:57 +0800
committerGitHub <noreply@github.com>2018-10-27 02:27:57 +0800
commit0f6307169604f36b0316f236eb96d6001b788f50 (patch)
treee26e727f09246ff7c1b5d0e39074caef3fc8d0ce /readthedocs.yaml
parent4c5b26db183f8f9163e043f5dd4bb0ce60e3aa7f (diff)
downloaddexon-0x-contracts-0f6307169604f36b0316f236eb96d6001b788f50.tar
dexon-0x-contracts-0f6307169604f36b0316f236eb96d6001b788f50.tar.gz
dexon-0x-contracts-0f6307169604f36b0316f236eb96d6001b788f50.tar.bz2
dexon-0x-contracts-0f6307169604f36b0316f236eb96d6001b788f50.tar.lz
dexon-0x-contracts-0f6307169604f36b0316f236eb96d6001b788f50.tar.xz
dexon-0x-contracts-0f6307169604f36b0316f236eb96d6001b788f50.tar.zst
dexon-0x-contracts-0f6307169604f36b0316f236eb96d6001b788f50.zip
fix(order_utils.py): tweaks for first publish (#1185)
Diffstat (limited to 'readthedocs.yaml')
-rw-r--r--readthedocs.yaml7
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