Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 9704c344c1 Switch to newer openstackdocstheme version
Switch to openstackdocstheme 2.2.1 version. 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: I853c21c0789296164632c47a0b3534321cec01ee
2020-05-30 17:08:47 +02:00
Ghanshyam Mann 74ab95431c [ussuri][goal] Drop python 2.7 support
OpenStack is dropping the py2.7 support in ussuri cycle.

specs repo either has py27 job or requirement or tox env.

Doc building still use deprcated oslosphinx and incompatible
version of yasfb which lead to error-

sphinx.errors.ExtensionError: Could not import extension yasfb (exception: cannot import name 'logging')

This commit replace oslosphinx with openstackdocstheme ti fix the error.

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I76a9e0e3259ec52564f31a239079cd91da897ee9
2019-12-17 18:41:24 +00:00
Sergey Kraynev 53c1092943 Move all base templates to separate directory
Now we can store all base templates in separate directory and use a link
on these templates instead of copy-pasting it in all new directory.

Change-Id: Ibc0c77642bb40303606047a54e3e198e7ef5a962
2015-12-22 10:19:16 -05:00
Doug Hellmann f4418844ec Use the current date for the copyright statement
Change-Id: I6f7a16a74659c6079abe6200bab6971cc5d6a928
2014-09-10 15:59:54 -04:00
Doug Hellmann ebc8a66194 Remove templates from toctrees
We don't want the templates to show up in the RSS feed, so exclude them
from being converted to HTML and listed in the toctree.

Change-Id: I8e72a938e007b891720138eb127268a5f950872c
2014-09-10 15:59:54 -04:00
Doug Hellmann 594ebed89d Add RSS feed
Publish an RSS feed of the changes to the specs repository to make the
specs more discoverable.

Change-Id: Ib4f84efab8b3af3ddd47d38d63a91362612bd655
2014-09-10 15:59:53 -04:00
Monty Taylor 199101dec8 Added cookiecutter specs framework
Change-Id: Ie4bd91b46319531092fb45172648c6f2d767f4d3
2014-05-27 12:47:57 -07:00