summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-11-27 19:13:55 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-11-28 17:45:32 -0500
commitbaaf81bfeb5721c48df94fa451fb4f19f001591a (patch)
treee4c1476b3a14b24db8a6752156fa1fb3d84dc957 /.gitignore
parent4f7bb48bc50bb932eccc8e9c6f357d67fae69ff1 (diff)
downloadceilometer-baaf81bfeb5721c48df94fa451fb4f19f001591a.tar.gz
Fixes to enable the jenkins doc job to work
Some of our documentation dependencies were not listed in test-requires, so the venv environment in tox needs to be updated to include them. Then the build_sphinx command looks for configuration settings in setup.cfg, so those need to be added. When Sphinx runs in this way, it ends up creating RST files for every module it finds in the source tree so it can document the internal APIs. Those generated files can be ignored by git. Change-Id: I21b5f9c6c4d4201893bb3bf87f0b61a053b968f5 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 88e3a120..03506f39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ ChangeLog
dist
*.egg
ceilometer/versioninfo
+doc/source/api/*.rst