Skip to content
Snippets Groups Projects
Commit 4114116e authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Run docs-test target with vanilla python.

Refs #9639
parent b116b485
No related merge requests found
...@@ -80,7 +80,7 @@ if ( SPHINX_FOUND ) ...@@ -80,7 +80,7 @@ if ( SPHINX_FOUND )
set ( BUILDER doctest ) set ( BUILDER doctest )
configure_file ( runsphinx.py.in runsphinx_doctest.py @ONLY ) configure_file ( runsphinx.py.in runsphinx_doctest.py @ONLY )
add_custom_target ( ${TARGET_PREFIX}-test add_custom_target ( ${TARGET_PREFIX}-test
COMMAND ${DOCS_RUNNER_EXE} -xq runsphinx_doctest.py COMMAND ${PYTHON_EXECUTABLE} runsphinx_doctest.py
DEPENDS Framework MantidPlot DEPENDS Framework MantidPlot
COMMENT "Running documentation tests" COMMENT "Running documentation tests"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment