Skip to content

Commit

Permalink
Don't overwrite PYTHONPATH in docs Makefile (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored and tgamblin committed Sep 8, 2016
1 parent 06d8a3a commit a22f5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build

export PYTHONPATH = ../../spack
export PYTHONPATH := ../../spack:$(PYTHONPATH)
APIDOC_FILES = spack*.rst

# Internal variables.
Expand Down

0 comments on commit a22f5d8

Please sign in to comment.