summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2015-03-24 15:41:56 +0100
committerMarcel Hellkamp <marc@gsites.de>2015-03-24 15:48:07 +0100
commit72e0927b255481c78d74af539c31a1a1cf2172eb (patch)
tree1e8787eb60fbd7ffc43e2d68beb3db9709b0f0db /.gitignore
parentd6cfdab49e161d1e99b644dc774eb9b242b84d28 (diff)
downloadbottle-72e0927b255481c78d74af539c31a1a1cf2172eb.tar.gz
Fixed doc translation workflow.
The update.sh script is useful as long as sphinx-intl is not part of debian. The makefile had an shell string bug. '$var' != "$var" Sphinx doctrees should not be part of the git repository. And there was a print left in docs/conf.py as well as an import error. Importing the correct version of bottle (and not the system installed one) is important to get the correct docstrings for the API documentation.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8b9aa71..58b0d32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ build/
MANIFEST
bottle.egg-info/
.htmlcoverage/
+docs/_locale/_pot/.doctrees/