AguaClara / aide_design_specs

MIT License
0 stars 2 forks source link

ENH: Get the version to update appropriately #54

Open fletchapin opened 3 years ago

fletchapin commented 3 years ago

Use Case

On the title page of the PDF or header of the HTML documentation there is a version listed, and right now it always defaults to version EXPERIMENTAL.

Solution

The version is defined here in conf.py. The os.getenv call should be fixed to figure out the version in a different way since Travis is no longer being used, TRAVIS_TAG is undefined.

Alternatives

The version isn't super important so letting it default to EXPERIMENTAL is probably fine.