Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github action for updating an RTD version #44

Open
andy-maier opened this issue Aug 21, 2024 · 1 comment
Open

Github action for updating an RTD version #44

andy-maier opened this issue Aug 21, 2024 · 1 comment

Comments

@andy-maier
Copy link

andy-maier commented Aug 21, 2024

RTD provides a REST API with a "Version update" call (https://docs.readthedocs.io/en/stable/api/v3.html#version-update) that can be used to modify the attributes of a version.

Provide a Github action that encapsulates that API call and supports modifying the attributes of a version.

This would be useful to hide a previous fix version after a new fix version != 0 has been created. (RTD has automation rules, but they do not currently support that, see readthedocs/readthedocs.org#11556)

@humitos
Copy link
Member

humitos commented Aug 21, 2024

Provide a Github action that encapsulates that API call

I think it would be a good idea to provide a GitHub Action that wraps APIv3 completely as a generic solution 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants