mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-15 11:25:53 +08:00
fix building of doc in virtualenv. add short description in readme
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
@@ -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`.
|
||||
Reference in New Issue
Block a user