Skip to content

Commit

Permalink
adding "-T" option "Show full traceback on exception."
Browse files Browse the repository at this point in the history
  • Loading branch information
thopiekar committed Jan 24, 2015
1 parent d79fd59 commit 32821ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENDUSER_BUILD = yes
# You can set these variables from the command line.
PYTHON = python
SPHINXOPTS = -Q
SPHINXOPTS_TEST = -W
SPHINXOPTS_TEST = -W -T
SPHINXBUILD = sphinx-build
PAPER =

Expand Down Expand Up @@ -134,4 +134,4 @@ disable-ENDUSER_BUILD:

build-all: html pickle htmlhelp pdf ps gettext

test: disable-ENDUSER_BUILD build-all
test: disable-ENDUSER_BUILD build-all

0 comments on commit 32821ee

Please sign in to comment.