Building docs without git information results in failed build
Bug #1896609 reported by
Stephen Finucane
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstackdocstheme |
Fix Released
|
Low
|
Stephen Finucane |
Bug Description
If we're unable to extract the project version from the package, we leave things unversioned. Unfortunately, that means setting the 'version' and 'release' config options to 'None'. These should be strings and setting them to 'None' results in the following errors:
WARNING: The config value `release' has type `NoneType', defaults to `str'.
...
Exception occurred:
File ".../sphinx/
'release': return_
TypeError: expected string or bytes-like object
Changed in openstack-doc-tools: | |
status: | New → Confirmed |
importance: | Undecided → Low |
tags: | added: openstackdocstheme |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/753284
Review: https:/