Change-Id: Ie0db5bcfdacc2543488704fe4428b68910bd6bf1
| ... | ... |
@@ -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>`. |