fc46326854
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
30 lines
436 B
Plaintext
30 lines
436 B
Plaintext
AUTHORS
|
|
ChangeLog
|
|
*.pyc
|
|
etc/tempest.conf
|
|
etc/tempest.conf.sample
|
|
etc/logging.conf
|
|
include/swift_objects/swift_small
|
|
include/swift_objects/swift_medium
|
|
include/swift_objects/swift_large
|
|
*.log
|
|
*.swp
|
|
*.swo
|
|
*.egg*
|
|
.tox
|
|
.venv
|
|
dist
|
|
build
|
|
.testrepository
|
|
.idea
|
|
.project
|
|
.pydevproject
|
|
.coverage*
|
|
!.coveragerc
|
|
cover/
|
|
doc/source/_static/tempest.conf.sample
|
|
doc/source/plugin-registry.rst
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|