Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.22 KB

readthedocs_setup.md

File metadata and controls

27 lines (24 loc) · 1.22 KB

readthedocs setup notes

I am not 100% on the best way to set up automation rules for us. For many of our repos, it might be better just to set a single rule that catches every new GitHub release and sets it as default.

  • 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
  • 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

Also make sure to add other lab members, and especially Alex, as collaborators.