Commit Graph

27 Commits

Author SHA1 Message Date
Takashi Kajinami 00c73a9536 remove unicode literal from code
All strings are considered as unicode string from Python 3.

This patch drops the explicit unicode literal (u'...')
appearances from the unicode strings.

Change-Id: Id5f1a59d47ba2cd2ae1927636623768351adc648
Co-Authored-By: LiZekun <2954674728@qq.com>
2022-03-08 09:19:00 +09:00
ZhongShengping 432f5515f5 Set openstackdocs_auto_name to use 'project' as name
Change-Id: Ic85108e274925ac5e5f920e8706ead57ac0a2c05
2020-09-16 11:05:05 +08:00
Andreas Jaeger de2c40bc2a 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.

Disable openstackdocs_auto_name to use 'project' variable as name.

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: Iacbc02505d35f367a8e6f167c3b0f673cfef6335
2020-06-02 14:45:25 +02:00
ZhongShengping a08c72e424 Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20[1]:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements

[1]https://docs.openstack.org/openstackdocstheme/latest/#using-the-theme

Change-Id: Id825ef2fcd8593f8aa9212e9b0851e6915cae3d3
2019-08-13 11:29:07 +08:00
Emilien Macchi efda9b3b6a Use Python to compute release notes version
Leave the version fields blank, since the release notes document
applies to all versions.
That will avoid manual changes in the future like we did until now.

Change-Id: I711f6a33f50e8c5b280a3dbbb493463e54ed8df9
2017-08-30 13:45:40 -07:00
Alex Schultz c00a2dc289 Update versions for Queens cycle
Since we've cut the release for pike, we need to open master up
with Queens version information.

Change-Id: Iefae47ba3921f16572d824c4ffb57fb8c2af2c6e
2017-08-24 13:07:43 -06:00
Alex Schultz 91edc2c2b1 Prepare for official Pike release
Prepare the metadata and release note configuration for the
official Pike release.

Change-Id: If0cf76b65081703cb76633084c0d11defc8c9542
2017-08-21 16:00:20 -06:00
Alex Schultz 5abac8f0a5 Bump modules to next minor with -dev
After releasing Pike M3, we need to bump the metadata version
information for the next release with a -dev.

Change-Id: I4721206faf95dcbdbbf2e262ebb23eb8bc43c6e9
2017-08-04 13:38:18 -06:00
Alex Schultz 963ae622c5 Drop -dev version for Pike M3
Prepare version metadata for Pike M3

Change-Id: I5b7733f8cb1378bdd92c8301207c29fa07ccd57f
2017-07-25 08:14:44 -06:00
ZhongShengping 4431058899 Fix openstackdocstheme
See the docs[0] how to use it. Also add the variables for the bug
log feature.

[0]https://docs.openstack.org/openstackdocstheme/latest/

Change-Id: I0e733ef6aee78ff48affbfcc7014ccde9e3f69d7
2017-07-02 14:22:28 +08:00
ZhongShengping 389d284408 Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use the
openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: I0be6f7884fe5bc27da7e35d0ea425a1647e0d417
2017-06-26 10:06:21 +08:00
Alex Schultz ca7e23e01b Bump version for Pike M3 Dev
Pike M2 has been released. Prepare version numbers for M3.

Change-Id: Ib6a217422ac4c0d147696120a23eedf1c5373011
2017-06-08 15:33:33 -06:00
Alex Schultz 1e622120a1 Drop -dev in preparation for Pike M2
We're coming up on the Pike M2 release and we need to prepare the
metadata.json and reno configuration for the release.

Change-Id: Ib2962c27ce011de9390493c33436d6c13d9ea78a
2017-06-01 10:23:29 -06:00
Alex Schultz 4d73aec375 Bump modules to next minor with -dev
After releasing Pike M1, we need to bump the metadata version
information for the next release with a -dev.

Change-Id: I456a305e0bf32c61c80481ab7f6d4a599e08010c
2017-04-21 17:23:41 -06:00
Alex Schultz 091320ac30 Prepare Pike metadata
Bump metadata.json and reno configs for Pike

Change-Id: I11bfaf92305f589571961be644a9ac5b0db28f5a
2017-03-07 15:34:28 -07:00
Alex Schultz 03021bd7a0 Prepare ocata-rc1 release
Bump metadata.json and reno configs for ocata-rc1 release

Change-Id: I28b3021269614226c9f095c07d071ff843f11000
2017-02-03 16:23:49 -07:00
Alex Schultz cee64d82e5 Fix metadata.json
The ipaclient module is joshuabaird-ipaclient and 10.2.1 metadata
update.

Change-Id: I6666c1ec90d4f8dad98b6866f6c6e372189b19cd
2017-01-26 14:03:14 -07:00
Alex Schultz 25a7c072b0 Prepare 10.2.0 release
The third release for Ocata.

Change-Id: I64a1a1ce40dd3aebcca8cac00426efb213ee47ac
2017-01-13 17:31:52 -07:00
Alex Schultz aa967d25c4 Prepare 10.1.0 release
The second release for Ocata.

Change-Id: I326592499a135320c03e14f73da03260c0b69029
2016-12-09 09:35:09 -07:00
Alex Schultz fafe46f1a5 Prepare 10.0.0 release
First release of Ocata.

Change-Id: Iffe0ec66b7e5fe804ce6f751671076e2253a2c97
2016-11-14 16:40:38 -07:00
Andreas Jaeger d875e0cbd7 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: Ib989ccc632aab4c1e0b54a87fa37b7ee305136af
2016-10-06 20:46:57 +02:00
Alex Schultz b24fbb7a78 Puppet OpenStack Newton RC2
9.4.0 will be our RC2.

Change-Id: I74ff2fad75dbaa63f408286686b0aee5a7c07a14
2016-09-26 07:32:50 -06:00
Emilien Macchi a306b35e02 Prepare 9.3.0 (newton rc1)
Preparing Newton rc1 release.

Change-Id: I85276412a61f6d4be993501faa7c152ab18e8a09
2016-09-16 11:41:22 -04:00
Emilien Macchi d2a2df67e0 Prepare 9.2.0 (newton b3)
Preparing Newton b3 release.

Change-Id: Idf245991bd77ea0a8aa74efbd8077d9c92bb1f08
2016-08-26 09:55:51 -04:00
Emilien Macchi 9232b22c38 Prepare 9.1.0 (newton-2)
Prepare the second milestone of Newton cycle.

Change-Id: Id9b297c2bc4aeebdab0d7a98ec8c30c57473ae99
2016-07-07 09:09:17 -04:00
Emilien Macchi 23a8a0b7f2 Prepare 9.0.0 release
First release of Newton.

Change-Id: I49a04e79487173132d8135ce6f19c0c4bb14a6da
2016-06-02 22:44:44 +00:00
Emilien Macchi 40a62aba41 Add basic structure for ReNo
ReNo [1] is the release management tool in OpenStack.
This patch adds the basic structure to start using it.

* Update .gitignore
* Add a basic note "use-reno"
* Add releasenotes/ dir and basic files
* Add python files: setup.cfg, setup.py, test-requirements.txt and
  tox.ini.

[1] http://docs.openstack.org/developer/reno

Change-Id: Ia1e1159c9b86660c328680ef6519297d0921b5cc
2016-03-14 08:33:13 -04:00