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

Patch in inventory version in deploydocs #2443

Closed
wants to merge 1 commit into from

Commits on Feb 11, 2024

  1. Set inventory version in deploydocs

    This sets the `version` for the `objects.inv` inventory file as follows:
    
    * If an `inventory_version` is given as an option to `HTML`, use that.
      Otherwise, the inventory `version` is left blank in the `makedocs`
      step
    * In `deploydocs`, if the inventory version is blank, patch in a version
      derived from deployment folder name. This will generally set the
      correct version for tagged releases, but result in a blank version for
      `dev`-deployments.
    goerz committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    2173b4d View commit details
    Browse the repository at this point in the history