diff options
author | Stephen Finucane <stephen@that.guru> | 2017-03-22 23:17:08 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-04-18 22:08:25 +0100 |
commit | 52947db28dab34aaa2cd9bd8d20ff6a824471646 (patch) | |
tree | c4fc13341c82316514bd940d583d223c69dc1c14 /.gitignore | |
parent | 9cfac5dbd7742622f3a6f59329c11b879f626f11 (diff) | |
download | patchwork-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-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ htmlcov/ # Django stuff *.log +# Sphinx stuff +/docs/_build + # Vagrant stuff /.vagrant |