Commit Graph

8 Commits

Author SHA1 Message Date
Adam Harwell f8d023fbfe Retiring neutron-lbaas
Depends-On: https://review.opendev.org/#/c/658493/
Change-Id: Ia4f4b335295c0e6add79fe0db5dd31b4327fdb54
2019-05-11 03:18:03 -07:00
Michael Johnson da74ad0428 Remove the references to oslosphinx
oslosphinx is deprecated, fails with sphinx 2, and is going away.
This updates neutron-lbaas to use a basic openstackdocstheme.

Change-Id: Iffc66fecd1b94a2cd94ec7da27bb273784644c0b
2019-04-01 11:56:44 -07:00
Monty Taylor 11b0c0e2f3
Remove vestigate HUDSON_PUBLISH_DOCS reference
This isn't actually used and is a leftover from a thing we did
seven years ago that survives today through copy-pasta.

Change-Id: I1944cfe84eec136457f2d15a297d80b63ce74e5e
2017-09-02 08:40:38 -05:00
M V P Nitesh c8cef78f5e Fix doc generation for Python3
Fix the Sphinx html_last_updated_fmt for Python3.
The html_last_updated_fmt option is interpeted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Change-Id: Id991d62d87285bf4901a89af64bac138e3ca263e
2017-04-17 17:19:37 +05:30
Thomas Bechtold 6357626a3b 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: I3e640481c23e0796eaf3cff4a53b387475a1d611
Closes-Bug: #1552251
2016-04-13 09:55:35 +02:00
Andreas Jaeger d08b4453a2 Remove unused pngmath Sphinx extension
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.

Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
2016-02-29 19:55:49 +01:00
LiuNanke 0a718818f4 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: I61cf2ff6ef939b97c1c70325e15b89a47e5646e4
2016-01-10 04:22:34 +08:00
Doug Wiegley 221f2964b2 Post-split, get jenkins tests passing
Change-Id: Ic6e545008504be633bf399712cd5bbbdf8184ad8
2014-12-08 22:52:02 -07:00