-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44684ca
commit 2f06ed8
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# readthedocs setup notes | ||
|
||
* Settings | ||
* Programming Language: `Python` | ||
* Advanced Settings | ||
* Default version: `Stable` (ideally) | ||
* Versioning scheme: `Multiple versions without translation` | ||
* Build pull requests for this project | ||
* Integrations | ||
* GitHub Incoming Webhook | ||
* Environment variables | ||
* `SPHINX_GITHUB_CHANGELOG_TOKEN`: provide a read-only fine-grained github token (https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#fine-grained-personal-access-tokens). I have an active one. It'll require renewal at least every 12 months. | ||
* Automation rules | ||
* Stable release rule | ||
* Match: `Custom match` | ||
* Custom match: a pattern for latest stable release | ||
* Version type: `Tag` | ||
* Action: `Set version as default` | ||
* Dev version release rule | ||
* Match: `Custom match` | ||
* Custom match: a pattern for a dev release | ||
* Version type: `Tag` | ||
* Action: `Activate version` |