11 Commits

Author SHA1 Message Date
tengqm
0717dfb97f Retire senlin command line tool
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
2017-12-13 07:51:22 -05:00
bhavani.cr
216cfada46 Fix openstackdocstheme settings
To use openstackdocstheme 1.11.0 properly, this patch fixes
some settings according to follow.
https://docs.openstack.org/openstackdocstheme/latest/

Change-Id: Iefc14c0fba91e6ff442339278a510d64b2d42bff
2017-07-05 07:02:53 +00:00
Andreas Jaeger
05bff0cbc7 Cleanup sphinx building
remove unused sphinx extensions, tread warnings as errors.

Change-Id: I818caf827ebdd9fc95d340b8e5307368fe12d7da
2017-07-01 15:17:03 +02:00
pallavi
2121b9e27c Fix html_last_updated_fmt for Python3.
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
2017-06-09 14:50:16 +05:30
jolie
ec26f24c27 Fixed warnings when building docs
This change fixes "WARNINGS" that were appearing when building
"tox -e venv -- python setup.py build_sphinx".

Change-Id: I97569b566b63f7e03fa18e891f2df3bdc76b79a8
Closes-Bug:#1664887
2017-02-15 17:57:03 +08:00
miaohb
d70579c17d Remove unnecessary coding format in the head of files
The line of "coding utf8" is added by some editors automatically.
It's useless, can be removed.

Change-Id: Ieee4f43abc01ebadd3331bc86fded333b323873a
2017-01-04 17:58:42 +08:00
pawnesh.kumar
178232d38b Fix the incorrect version and release details
Change-Id: Ic550df6d99f1606207ac4ef8e097e03a13c02dfe
2016-10-08 01:23:26 +05:30
Thomas Bechtold
a501fc872b Fix doc build if git is absent
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
2016-09-27 10:02:09 +02:00
LiuNanke
a56b0f497c Replace deprecated library function os.popen() with subprocess
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.
Closes-bug: #1529836
Change-Id: I78213d87e1180ade2babe42416e15d15aac1e59d
2016-01-09 22:20:40 +08:00
yanyanhu
5ca98c81d6 Revise comment format in doc to pass pep8 check
Change-Id: Icc2fa0c82cad0775e0d5ab4a562ec0cec1da0faa
2015-06-05 02:11:49 -04:00
tengqm
244357258e Fix initial gate errors
Change-Id: I8e7e0a65d658f5356a7e4e8436888d195bb53fe7
2015-03-21 18:42:25 +08:00