With upstream osc-lib bug fixed, the --profile argument now works.
We have no need of the senlin command line. This patch retires the
command line.
Change-Id: I6bfc8f6f97ad7a77624ba5da1004a7a8f0924740
html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.
Change-Id: I86b87e5672ad367b07d4f1000c5af8649ffcd0d2
Closes-Bug:#1693670
This change fixes "WARNINGS" that were appearing when building
"tox -e venv -- python setup.py build_sphinx".
Change-Id: I97569b566b63f7e03fa18e891f2df3bdc76b79a8
Closes-Bug:#1664887
When building packages if git is absent, then we should not set
html_last_updated_fmt. It can still be set via the -D switch
when building with sphinx-build.
Change-Id: I1e8f1aa2ae9bd8ced8e5410488517547f0b29779
Closes-Bug: #1552251
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.
Closes-bug: #1529836
Change-Id: I78213d87e1180ade2babe42416e15d15aac1e59d