diff options
author | Clark Boylan <clark.boylan@gmail.com> | 2012-06-11 14:50:21 -0700 |
---|---|---|
committer | Clark Boylan <clark.boylan@gmail.com> | 2012-06-11 14:51:40 -0700 |
commit | 12519ce0266875e6644399a25156c1b8691248ef (patch) | |
tree | bce656f47a300f005ccabbcd8160c13f4f3ebf70 /.gitignore | |
parent | dec11f6ec913e6874668c67e5643b81e0014f723 (diff) | |
download | python-swiftclient-12519ce0266875e6644399a25156c1b8691248ef.tar.gz |
Add build_sphinx options.
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.
Change-Id: Ibe6745cac73817ea06faca77367b4269d5137a24
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ dist/ *.py[co] .DS_Store *.log +build |