summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2016-06-29 10:39:02 -0400
committerMatthew Treinish <mtreinish@kortar.org>2016-06-29 10:58:39 -0400
commitfc463268542e3cf8d3d5f0aa298629d8ae3362f7 (patch)
tree6f9b6b21d582c3eb6f604b5fe5d1cab86ab2e39c /.gitignore
parent330f11dd91543720eed100ded8ca0f3dca4f5907 (diff)
downloadtempest-fc463268542e3cf8d3d5f0aa298629d8ae3362f7.tar.gz
Add plugin registry generation to sphinx build
This commit adds running the plugin registry generation script to the sphinx build. This ensure that every time we build the docs we'll have an up-to-date plugin registry. This comes at the cost of increased build time since the script will query openstack's git server to get the plugin list. Also, the plugin-registry source file was added to .gitignore since it is autogenerated now. Change-Id: Ib26124c5d5d5ef4617e4e702e594ce7f1795ce23
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5b87cece8..e96deb185 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ build
!.coveragerc
cover/
doc/source/_static/tempest.conf.sample
+doc/source/plugin-registry.rst
# Files created by releasenotes build
releasenotes/build