diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-11-17 20:07:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-17 20:07:25 +0800 |
commit | 43443d6057da64e972511e3a79334407874d2084 (patch) | |
tree | 811ef884ed0e314574768da001b5a4359d884091 /python-packages/order_utils/.discharge.json | |
parent | 9914f7edefa96c564768233ab6a1f21b0835a49f (diff) | |
download | dexon-0x-contracts-43443d6057da64e972511e3a79334407874d2084.tar.gz dexon-0x-contracts-43443d6057da64e972511e3a79334407874d2084.tar.zst dexon-0x-contracts-43443d6057da64e972511e3a79334407874d2084.zip |
fix(order_utils.py): publish docs to S3, not RTD (#1264)
Publishing to readthedocs.io (RTD) wasn't working, for various reasons.
Changed to publish docs to S3.
Diffstat (limited to 'python-packages/order_utils/.discharge.json')
-rw-r--r-- | python-packages/order_utils/.discharge.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python-packages/order_utils/.discharge.json b/python-packages/order_utils/.discharge.json new file mode 100644 index 000000000..2b14aa023 --- /dev/null +++ b/python-packages/order_utils/.discharge.json @@ -0,0 +1,13 @@ +{ + "domain": "0x-order-utils-py", + "build_command": "python setup.py build_sphinx", + "upload_directory": "build/docs/html", + "index_key": "index.html", + "error_key": "index.html", + "trailing_slashes": true, + "cache": 3600, + "aws_profile": "default", + "aws_region": "us-east-1", + "cdn": false, + "dns_configured": true +} |