Merge pull request #1249 from arve0/fix-doc-build-virtualenv

Fix building of doc in virtualenv, and add a short description in doc/README
This commit is contained in:
Stefan van der Walt
2014-12-02 01:14:28 +02:00
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`.