Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger f4fca35744 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Ifd0cbfb6e8ee1c6b998e73b3c6c4e922fe07841f
2020-05-31 19:56:44 +02:00
pengyuesheng 090fa214f8 Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.

Change-Id: I8c9dbce32c592a99671716c249b1a338824169c0
2019-07-04 16:04:18 +08:00
Monty Taylor 57b9acd4a7
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: Ib5ded031edfc8021809d8fd50663f48b90518a39
2017-09-02 08:51:06 -05:00
zhurong a67b68acc4 switch to openstackdocstheme
Change-Id: Icc6e852398bfdb6cdfa9105e272d1dffe927aa3e
2017-07-07 15:45:09 +08:00
melissaml 6a8f43d2b1 Fix doc generation for Python3
Fix the Sphinx html_last_updated_fmt for Python3.
The 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: If04a9a3903dcd9a4a370179382cd794166373d5d
Closes-Bug:#1693670
2017-06-04 21:56:48 +08:00
Andreas Jaeger 44077f7ab7 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-03-01 08:39:39 +00:00
ting.wang 130460f464 Replace deprecated library function os.popen() with subprocess
os.popen() is deprecated since python 2.6.
Resolved with use of subprocess module.

Change-Id: I343d34f43ab7a1472040c3c2aca920c0e4fa1aa8
Closes-Bug: #1529836
2016-01-13 23:30:12 +08:00
Stan Lagun 36d0141cc8 KEERO-318 - Fix all occurrences of old names (keero, glazier) in Dashboard 2013-04-26 16:25:58 +04:00
Serg Melikyan 4c36d11381 Removed all projects except Glazier Dashboard 2013-04-09 14:52:04 +04:00