Skip to content

Commit

Permalink
Restrict doc building to a single process and remove vendored numpydoc.
Browse files Browse the repository at this point in the history
Parallel reference labeling breaks Sphinx.
  • Loading branch information
stefanv committed Aug 25, 2016
1 parent 90422ae commit e84ad04
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 1,653 deletions.
1 change: 1 addition & 0 deletions DEPENDS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Build Requirements
* `Cython >= 0.23 <http://www.cython.org/>`__
* `Six >=1.4 <https://pypi.python.org/pypi/six>`__
* `SciPy >=0.9 <http://scipy.org>`__
* `numpydoc >=0.6 <https://github.com/numpy/numpydoc>`__

Runtime requirements
--------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line.
PYTHON ?= python
SPHINXOPTS ?=
SPHINXOPTS ?= -j 1
SPHINXBUILD ?= python $(shell which sphinx-build)
SPHINXCACHE ?= build/doctrees
PAPER ?=
Expand Down
Loading

0 comments on commit e84ad04

Please sign in to comment.