9 Commits

Author SHA1 Message Date
ZhongShengping
e45463109d Fix openstackdocstheme settings
To use openstackdocstheme 1.11.0 properly, this patch fixes
some settings according to follow[0].

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

Change-Id: Ibe45903eba62be86ed0678ce3479cd2826930b50
2017-07-03 16:45:15 +08:00
gecong1973
852b4299b0 Use https instead of http for git.openstack.org
TrivialFix

Change-Id: Icc03742921f7a177ac7e7d0faf33d0f7916ff9e5
2017-02-06 11:11:33 +08:00
Andy McCrae
4b451fc394 Update repository with reference to role git location
Change-Id: Ib81c4efdcbab7becfab3a7c1f9f7ba63163a5cd5
2016-12-22 14:26:22 +00:00
Jean-Philippe Evrard
8fec76369e Point roles docs bugs to openstack-ansible LP
Currently when clicking on the small bug in the roles'
docs, we land on openstack-manuals launchpad.

This should solve it.

Change-Id: Ie373bc77f3e51ff81c9115546d8dd37935c59ca2
2016-12-01 14:40:41 +00:00
Nish Patwa
178cf88759 [DOCS] Added release-name as a watermark to Docs.
Added a water mark to the role documentation
to make clear to deployers which release they're
working with.

Modified conf.py that adds watermark to the documentation according
to particular branch. If the current branch is master than
watermark is 'Pre-release' and if the current branch is
stable/<release-name> than watermark is <release-name>.

This is a combined implementation based on the following
patches:
- https://review.openstack.org/372565
- https://review.openstack.org/382637
- https://review.openstack.org/384140

Change-Id: I9996d6cb33fc87faf95af99e0db483c593bcf69b
2016-10-18 17:03:29 +00:00
Travis Truman
3d6a643eac [DOCS] - Use new documentation tree structure
Changes the rally role doc tree to the new structure
we are adopting for each role.

Change-Id: I8776c6953b65753d9bf54b13f3f7a282f3ce8df0
2016-08-22 16:07:06 -05:00
Jesse Pretorius
254418abe8 Ensure that doc linting is included in the linters test
The 'docs' tox target executes the doc8 lint test which may result in
failures when testing documentation builds, but OpenStack-CI does not
execute that tox target.

In order to ensure that we catch all standard documentation syntax
errors and prevent them from merging, this patch includes the docs
target in the 'linters' chain of tests.

Fixes for any failures which result from executing this test are also
included in the patch.

Change-Id: Iacff67847b0708a5d41ab3e1accf59f40326497d
2016-07-26 07:38:59 +01:00
Jesse Pretorius
e46ba1c3a3 Update sphinx configuration
This patch updates the sphinx configuration for docs and releasenotes
to make it easier to replicate across repositories and to comply with
pep8 testing without exceptions.

Change-Id: I3a80b33771e4142dae589b7f6fbf0f94255cabc8
2016-07-12 16:53:56 +01:00
Travis Truman
329318acfa Adding testing 2016-03-25 11:28:16 -04:00