How to trigger a Readthedocs build from the commandline?
⚠ This no longer works
You can use curl to trigger a build:
curl -X POST https://readthedocs.org/build/myproject/latest
Replace myproject/latest
with your project name and version.
⚠ This no longer works
You can use curl to trigger a build:
curl -X POST https://readthedocs.org/build/myproject/latest
Replace myproject/latest
with your project name and version.