Commit Graph

6 Commits

Author SHA1 Message Date
jiaqi07 43903b7f3c remove unicode from code
Change-Id: I2c367b245f005466fdfefd5413324bb72056393d
2022-09-08 11:47:59 +00:00
Andreas Jaeger 0317054c51 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: I4ae8e3811b184219c1715af0629f668b393ad3c2
2020-05-31 19:32:16 +02:00
Zhenguo Niu c1bb2c7c75 Fix 'tox -ereleasenotes' Error
1. replace reno.sphinxtest with reno.sphinxext for Sphinx extensions as
sphinxtest is not supported
2. remove 'Indices and tables' from index.rst as it's not found.

Change-Id: Idb9e75a326e5b1fc39a28aebb6eb58182e4a27c5
2017-02-13 03:49:37 +00:00
Rajiv Kumar ac86dfc55c Removed unnecessary utf-8 encoding
Change-Id: I8195c77f1da137877346f3dc395f71b42cd33086
2017-01-11 08:36:15 +05:30
Andreas Jaeger 69c29c77be Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: I304d51266905e3692ffc1da73b45ba86c4b4964d
2016-10-06 20:30:32 +02:00
Sharat Sharma 21563bfc65 Maintain releasenotes for mistral dashboard
All the components of openstack maintain releasenotes. Similarly,
mistral dashboard must also maintain releasenotes. This adds
the releasenotes directory to the mistralclient repo.

Change-Id: Ia095ec4d6ac286cf6c27817765855a97a61502b1
Implements: blueprint maintain-releasenotes
2016-10-05 12:06:16 +05:30