We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be3173 commit 416206dCopy full SHA for 416206d
justfile
@@ -915,7 +915,7 @@ publish-rtd tag="":
915
916
# Trigger build via RTD API
917
# See: https://docs.readthedocs.io/en/stable/api/v3.html#post--api-v3-projects-(string-project_slug)-versions-(string-version_slug)-builds-
918
- RTD_PROJECT="autobahnpython"
+ RTD_PROJECT="autobahn"
919
RTD_API_URL="https://readthedocs.org/api/v3/projects/${RTD_PROJECT}/versions/${TAG}/builds/"
920
921
echo "==> Calling RTD API..."
0 commit comments