Skip to content

Commit

Permalink
Docs: give proper traceback when Sphinx fails
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey committed Dec 6, 2016
1 parent 4d1668a commit 7975b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -13,7 +13,7 @@ docs:
git submodule update --init
# The following creates the HTML docs.
# NOTE: cd and make must be in the same line.
cd ${DOCS_DIR}; make SPHINXOPTS="-W -q -j 4" html ${TAIL}
cd ${DOCS_DIR}; make SPHINXOPTS="-T -W -q -j 4" html ${TAIL}

docs-review: docs
python -mwebbrowser file://$(shell pwd)/${DOCS_DIR}/_build/html/index.html
Expand Down

0 comments on commit 7975b29

Please sign in to comment.