]> git.ipfire.org Git - thirdparty/patchwork.git/commit
docs: Add skeleton for Sphinx docs
authorStephen Finucane <stephen@that.guru>
Wed, 22 Mar 2017 23:17:08 +0000 (23:17 +0000)
committerStephen Finucane <stephen@that.guru>
Tue, 18 Apr 2017 21:08:25 +0000 (22:08 +0100)
commit52947db28dab34aaa2cd9bd8d20ff6a824471646
treec4fc13341c82316514bd940d583d223c69dc1c14
parent9cfac5dbd7742622f3a6f59329c11b879f626f11
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>
.gitignore
docs/conf.py [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/requirements.txt [new file with mode: 0644]
requirements-dev.txt
tox.ini