Cleanup build and structure

This commit is contained in:
Adrian Brink
2018-01-21 12:31:14 -05:00
committed by Ethan Buchman
parent 2ec425ae4b
commit 6366eb9d99
6 changed files with 193 additions and 172 deletions
+3
View File
@@ -12,6 +12,9 @@ BUILDDIR = _build
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
install:
@pip install -r requirements.txt
.PHONY: help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new