Build config with Sphinx - just "make html"

Because who wants building pages to be complicated?
The config is actually pretty extensively tweaked for non-code projects
at this point.
This commit is contained in:
PeridexisErrant 2015-09-26 22:42:18 +10:00
parent 865e666d7f
commit 8ceb461b67
6 changed files with 836 additions and 3 deletions

8
.gitignore vendored
View file

@ -1,3 +1,8 @@
# Project-specific files and locations
_build/*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@ -50,8 +55,5 @@ coverage.xml
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/