summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-03-22 23:17:08 +0000
committerStephen Finucane <stephen@that.guru>2017-04-18 22:08:25 +0100
commit52947db28dab34aaa2cd9bd8d20ff6a824471646 (patch)
treec4fc13341c82316514bd940d583d223c69dc1c14 /.gitignore
parent9cfac5dbd7742622f3a6f59329c11b879f626f11 (diff)
downloadpatchwork-52947db28dab34aaa2cd9bd8d20ff6a824471646.tar
patchwork-52947db28dab34aaa2cd9bd8d20ff6a824471646.tar.gz
docs: Add skeleton for Sphinx docs
This is mostly the output of 'sphinx-quickstart' with all non-HTML build cruft removed and Sphinx minimum version set to 1.5. A tox target is included and the output of the docs build ignored. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d295c3c..31fea23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,6 +40,9 @@ htmlcov/
# Django stuff
*.log
+# Sphinx stuff
+/docs/_build
+
# Vagrant stuff
/.vagrant