Commit Graph

10 Commits

Author SHA1 Message Date
ZhongShengping 9436143762 Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

Refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html

Change-Id: I1f2ef4994b4e6071b26dad60ac1d9fc77b22e930
2018-02-28 14:42:12 +08:00
ZhongShengping 4448c61c04 Remove pinned versions from test-requirements.txt
As we are using the upper constraints when running the release
notes task using tox, we do not need to set a specific version
and we can rely on whatever is configured in upper constraints.

Change-Id: I8697144468b534a606d73b0fe89479df48c0ef54
Co-Authored-By: Mohammed Naser <mnaser@vexxhost.com>
2018-01-16 12:29:50 +08:00
chenghuiyu 5b4c0b6c67 Update openstackdocstheme to latest version
Change-Id: Ie50e05dd49ca376f08253312df020e5f1d443c57
2017-09-20 11:07:31 +08:00
ZhongShengping 634d707894 Update reno>=2.5.0
Change-Id: Id0cfce6d952d1a520531f04e545522bef54d09de
2017-08-21 11:21:46 +08:00
ZhongShengping 31a02db098 Update openstackdocstheme>=1.16.0
Change-Id: Ifdf5ebc3c44ae56bdaf81959b360ac29a9ce5e2f
2017-07-31 11:04:05 +08:00
ZhongShengping be9ef97164 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: I79ae68935a8f60af758da1a5bda3d42321a56667
2017-07-02 14:27:46 +08:00
ZhongShengping d7cbe8199a 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: I56f507996e747fa4250986cc5a5ba946a74ccb84
2017-06-26 10:11:42 +08:00
ZhongShengping 98bf684b04 Update global requirements
Pin reno version to reno!=2.0.0,!=2.3.1,>=1.8.0
Pin sphinx version to sphinx!=1.6.1,>=1.5.1
reno=2.3.1 and sphinx=1.6.1 break releasenotes and doc tests.

Change-Id: If5344824d4c905620850c9d150bbb04aa97add84
2017-06-08 13:58:20 +08:00
ZhongShengping 62c76ffb6e Update test-requirements.txt
This patch brings it in line with the latest global requirements.
By being in line with global requirements, this is a more accurate
list with respect to how things are actually tested in the gate.
The following links[0][1][2] show the latest reno, oslosphinx, sphinx
packages.

[0]https://github.com/openstack/requirements/blob/master/global-requirements.txt#L263
[1]https://github.com/openstack/requirements/blob/master/global-requirements.txt#L372
[2]https://github.com/openstack/requirements/blob/master/global-requirements.txt#L395

Change-Id: I93f4124d075d404df558ea8eb89cc97ee7545791
2017-03-23 14:54:52 +08:00
Iury Gregory Melo Ferreira 1b0f9ddc9b 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 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: I66981c09370f60f10130ecbd5e082ca997b399ea
2016-10-07 15:02:22 +00:00