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: Ib26124c5d5d5ef4617e4e702e594ce7f1795ce23changes/38/335538/2
parent
330f11dd91
commit
fc46326854
@ -1,23 +0,0 @@
|
||||
..
|
||||
Note to patch submitters: this file is covered by a periodic proposal
|
||||
job. You should edit the files data/tempest-plugins-registry.footer
|
||||
data/tempest-plugins-registry.header instead of this one.
|
||||
|
||||
==========================
|
||||
Tempest Plugin Registry
|
||||
==========================
|
||||
|
||||
Since we've created the external plugin mechanism, it's gotten used by
|
||||
a lot of projects. The following is a list of plugins that currently
|
||||
exist.
|
||||
|
||||
Detected Plugins
|
||||
================
|
||||
|
||||
The following will list plugins that a script has found in the openstack/
|
||||
namespace, which includes but is not limited to official OpenStack
|
||||
projects.
|
||||
|
||||
+----------------------------+-------------------------------------------------------------------------+
|
||||
|Plugin Name |URL |
|
||||
+----------------------------+-------------------------------------------------------------------------+
|
Loading…
Reference in New Issue