cannot build doc from release tarball
Bug #1520096 reported by
Bernhard M. Wiedemann
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-neutronclient |
Fix Released
|
Medium
|
Akihiro Motoki | ||
reno |
Confirmed
|
High
|
Unassigned |
Bug Description
when using the master release tarball and running
python setup.py build_sphinx
it fails, because the newly added reno module calls git
which returns an error, because there is no git tree
and that fails the build.
Changed in python-neutronclient: | |
status: | Triaged → Confirmed |
Changed in python-neutronclient: | |
milestone: | none → 4.0.0 |
Changed in python-neutronclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I think it is a good candidate of improvement in reno.
At the moment, the easiest way we can do in neutronclient side is not to include our release notes (release-notes directive) in our documentation and instead point the url http:// docs.openstack. org/releasenote s/<project> instead.
Reno (or other tool chains) can be improved to generate release notes during "python setup.py sdist" or similar process
so that the documentation which contains 'releasenotes' sphinx directive can be generated even out of git tree.