Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems
Update Sphinx version as well.
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: I666adb3c053b914d81790c56e08fd2ce9f6a7d1a
New version of openstackdocstheme (Victoria+) respects pygments_style.
Since this repo starts using Victoria (master) requirements but has not
branched for Ussuri yet, it uses the new version.
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.
Change-Id: I881230136bc6806990e5fe03004028bcbaea7f80
Update repo to use current Sphinx and openstackdocstheme versions:
* update requirements
* update conf.py to correctly set variables
* update tox.ini to use python3
Change-Id: I44d41c3d78dfddf325ef7c65a8e1c9a1ddf96094
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.
Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.
Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Introduce a minor change to the guide's build configuration file in
order to trigger the jobs and allow the patch to be tested.
Change-Id: Ib01525732af596518c57fd37a1e6b2a8ef064f66
Story: #2002586
Task: #24317
From openstackdocstheme 1.18.0, valid Git URLs can be retrieved by
openstackdocstheme[1], we do not need giturl option anymore.
[1] https://review.openstack.org/532163
Change-Id: Ifaf526a7f34af780a2dd16f12f799d96018dcbed
And remove the build-sphinx part of the python module setup as there
are no docs to build. This is to make this project (which has no
project documenation, but does have a deploy-guide) compatible with the
other deploy-guides.
Depends-On: I96d8e3d958081667df5e69e148e13c6b27c34767
Change-Id: If775b98b4a58cc956e487a6d566d62999eaaf12d
- Fixed odd wording in install-openstack.rst.
- Fixed up uuid command usage.
- Added missing links and added note about editting bundles.
- Fixed up the note to be an RST note rather than just regular
text.
Also add .gitreview as the project is managed on review.openstack.org
Change-Id: Id96104928bd95d9d82dfe2a1e90fbbc60c661c28
Closes-Bug: #1712583