fix building of doc in virtualenv. add short description in readme

This commit is contained in:
arve0
2014-12-01 16:26:07 +01:00
parent dea355288d
commit 70944f82b0
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# You can set these variables from the command line.
PYTHON ?= python
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SPHINXBUILD ?= python $(shell which sphinx-build)
PAPER ?=
# Internal variables.
+5
View File
@@ -0,0 +1,5 @@
# Building docs #
To build docs, run `make` in this directory. `make help` lists all targets.
## Requirements ##
Sphinx is needed to build doc. Install with `pip install sphinx`.