GitHub user pquentin opened a pull request:
https://github.com/apache/libcloud/pull/1247
Fix trigger_rtd_build.py
## Fix ReadTheDocs build trigger
### Description
I think this was broken when switching more tox.ini entries to Python 3.
See https://readthedocs.org/projects/libcloud/builds/: the only builds more
recent than 6 months are my tests.
### Status
- done, ready for review
### Checklist (tick everything that applies)
- [x] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [x] Documentation
- [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [x]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pquentin/libcloud fix-doc-trigger
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1247.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1247
----
commit 68548f6eeb85943ac4dc24308593c23c98d5c959
Author: Quentin Pradet <quentinp@...>
Date: 2018-09-01T18:29:32Z
Fix trigger_rtd_build.py
----
---