Situation
In Rockcraft, the title in the TOC isn't reading the Git tag:
The code falls back to dev only if the Python env can't find snapcraft.__version__. In the RTD runner, that value isn't available for unknown reasons.
Request
- Find out why the RTD env can't access a copy of the Rockcraft source.
- Patch the problem if it's on the Starbase side.
Situation
In Rockcraft, the title in the TOC isn't reading the Git tag:
The code falls back to
devonly if the Python env can't findsnapcraft.__version__. In the RTD runner, that value isn't available for unknown reasons.Request