Skip to content

Commit

Permalink
Run docs-test target with vanilla python.
Browse files Browse the repository at this point in the history
Refs #9639
  • Loading branch information
martyngigg committed Jun 18, 2014
1 parent b116b48 commit 4114116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if ( SPHINX_FOUND )
set ( BUILDER doctest )
configure_file ( runsphinx.py.in runsphinx_doctest.py @ONLY )
add_custom_target ( ${TARGET_PREFIX}-test
COMMAND ${DOCS_RUNNER_EXE} -xq runsphinx_doctest.py
COMMAND ${PYTHON_EXECUTABLE} runsphinx_doctest.py
DEPENDS Framework MantidPlot
COMMENT "Running documentation tests"
)
Expand Down

0 comments on commit 4114116

Please sign in to comment.