Browse code

Render devstack ansible roles via zuul-sphinx

Change-Id: Ie0db5bcfdacc2543488704fe4428b68910bd6bf1

Andrea Frittoli authored on 2018/02/20 03:34:43
Showing 4 changed files
... ...
@@ -8,3 +8,4 @@ nwdiag
8 8
 blockdiag
9 9
 sphinxcontrib-blockdiag
10 10
 sphinxcontrib-nwdiag
11
+zuul-sphinx>=0.2.0
... ...
@@ -26,7 +26,7 @@ import os
26 26
 
27 27
 # Add any Sphinx extension module names here, as strings. They can be extensions
28 28
 # 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' ]
30 30
 
31 31
 # openstackdocstheme options
32 32
 repository_name = 'openstack-dev/devstack'
... ...
@@ -139,6 +139,8 @@ up to date to the latest devstack).
139 139
 Enable :doc:`devstack plugins <plugins>` to support additional
140 140
 services, features, and configuration not present in base devstack.
141 141
 
142
+Use devstack in your CI with :doc:`Ansible roles <roles>` for Zuul V3.
143
+
142 144
 Get :doc:`the big picture <overview>` of what we are trying to do
143 145
 with devstack, and help us by :doc:`contributing to the project
144 146
 <hacking>`.
145 147
new file mode 100644
... ...
@@ -0,0 +1,4 @@
0
+Roles
1
+=====
2
+
3
+.. zuul:autoroles::