Skip to content

Commit fddf343

Browse files
committed
Render devstack ansible roles via zuul-sphinx
Change-Id: Ie0db5bcfdacc2543488704fe4428b68910bd6bf1
1 parent 22d7055 commit fddf343

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ nwdiag
88
blockdiag
99
sphinxcontrib-blockdiag
1010
sphinxcontrib-nwdiag
11+
zuul-sphinx>=0.2.0

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# Add any Sphinx extension module names here, as strings. They can be extensions
2828
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29-
extensions = [ 'openstackdocstheme', 'sphinxcontrib.blockdiag', 'sphinxcontrib.nwdiag' ]
29+
extensions = [ 'sphinx.ext.autodoc', 'zuul_sphinx', 'openstackdocstheme', 'sphinxcontrib.blockdiag', 'sphinxcontrib.nwdiag' ]
3030

3131
# openstackdocstheme options
3232
repository_name = 'openstack-dev/devstack'

doc/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ up to date to the latest devstack).
139139
Enable :doc:`devstack plugins <plugins>` to support additional
140140
services, features, and configuration not present in base devstack.
141141

142+
Use devstack in your CI with :doc:`Ansible roles <roles>` for Zuul V3.
143+
142144
Get :doc:`the big picture <overview>` of what we are trying to do
143145
with devstack, and help us by :doc:`contributing to the project
144146
<hacking>`.

doc/source/roles.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Roles
2+
=====
3+
4+
.. zuul:autoroles::

0 commit comments

Comments
 (0)