Skip to content

Issue/38 #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 8, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Don't use absolute path for sphinx-build
This allows sphinx-build to run as long as it is in $PATH
  • Loading branch information
steveb committed Aug 22, 2015
commit fe6ee87e5a779f05037c7c9877fe0bb59428b38a
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.
SPHINXOPTS =
SPHINXBUILD = /usr/local/bin/sphinx-build
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build

Expand Down