Publishing to readthedocs.io (RTD) wasn't working, for various reasons. Changed to publish docs to S3.
14 lines
352 B
JSON
14 lines
352 B
JSON
{
|
|
"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
|
|
}
|