diff --git a/.gitignore b/.gitignore index 71d1abf..0bf63e0 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ lib local man ssh_server.log +docs/build diff --git a/Makefile b/Makefile index 11f897e..30221ed 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ coverage: build build_extras LONG=1 $(BIN)/nosetests -s -d -v --cover-html --cover-html-dir=html --with-coverage --cover-erase --cover-package loads loads/tests bin/sphinx-build: - bin/pip install Sphinx + bin/pip install Sphinx mozilla_sphinx_theme docs: bin/sphinx-build