Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 3b650630dd Switch to newer openstackdocstheme version
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.

Disable openstackdocs_auto_version to not auto-version the documents.

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: I1ee2d1358312cf8a5edc228bbbf7d0703489c022
2020-06-03 20:57:25 +02:00
Andreas Jaeger 85ec10224b Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme and Sphinx versions
- Remove install_command from tox.ini, the default is fine

Change-Id: I4980bac7a558a291963270de592078f1a3af1111
2020-04-17 17:03:52 +02:00
zhouxinyong 198d9dab40 Optimizing the safety of the http link site in contributing.rst.
Change-Id: I00f3b7396cfe8f7300c0dc3f424c0dace7cf386f
2018-11-13 23:58:08 +08:00
Doug Hellmann 429c50163e clean up sphinx settings
Clean up the conf.py and several of the content pages, including
finishing configuring the theme.

Change-Id: I1f48cbcdd5efbf53ff86e6b8798a587a547c188f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-05-08 11:28:44 -04:00
Doug Hellmann 765c02a15b initial repository setup
* fix the host in the .gitreview file
* add basic sphinx setup

Change-Id: Ibcb1dc33ae7c5663c8a41a78984de827ee37a40f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-05-07 17:11:01 -04:00