Add sphinxcontrib-docbookrestapi

Change-Id: I44fb2ca13ff8b185e59a4058418e5ba303ded523
This commit is contained in:
Cyril Roelandt 2013-10-23 12:03:23 +02:00
parent f401b4d772
commit 4b52c55b21
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group sphinxcontrib-docbookrestapi-core
label-Approved = +0..+1 group sphinxcontrib-docbookrestapi-core
workInProgress = group sphinxcontrib-docbookrestapi-core
[access "refs/tags/*"]
create = group sphinxcontrib-docbookrestapi-core
pushTag = group sphinxcontrib-docbookrestapi-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1677,3 +1677,14 @@
jobs: jobs:
- python-jobs - python-jobs
- project:
name: sphinxcontrib-docbookrestapi
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- 'gate-{name}-pep8'
- '{name}-tarball'
- pypi-jobs

View File

@ -3661,3 +3661,16 @@ projects:
# - gate-solum-docs # - gate-solum-docs
post: post:
- solum-coverage - solum-coverage
- name: stackforge/sphinxcontrib-docbookrestapi
check:
- gate-sphinxcontrib-docbookrestapi-pep8
gate:
- gate-sphinxcontrib-docbookrestapi-pep8
pre-release:
- sphinxcontrib-docbookrestapi-tarball
release:
- sphinxcontrib-docbookrestapi-tarball:
- sphinxcontrib-docbookrestapi-pypi-upload:
- post-mirror-python26
- post-mirror-python27
- post-mirror-python33

View File

@ -468,3 +468,6 @@
description: Congress description: Congress
upstream: git://github.com/pballand/congress.git upstream: git://github.com/pballand/congress.git
acl-config: /home/gerrit2/acls/stackforge/congress.config acl-config: /home/gerrit2/acls/stackforge/congress.config
- project: stackforge/sphinxcontrib-docbookrestapi
description: "Sphinx extension that generates documentation for api-site from RST files."
upstream: git://github.com/enovance/sphinxcontrib-docbookrestapi.git