-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
type:taskAn atomic feature / thing to be implementedAn atomic feature / thing to be implemented
Description
I have been trying to use sphinx-multiversion but I am running into what seems like a blocking issue because my conf.py calls git internally. Basically, similar to https://protips.readthedocs.io/git-tag-version.html, we use git describe
to get the version of the docs we should be building.
However, given what sphinx-multiversion does to copy a tree into /tmp
, that fails as the tree copy isn't a real git repo and the conf.py git commands fail.
Any suggestions on how to address this?
ianrtaylor
Metadata
Metadata
Assignees
Labels
type:taskAn atomic feature / thing to be implementedAn atomic feature / thing to be implemented
Type
Projects
Status
Ready