From 43f617d27a0c41493ea068953c9109982087b23c Mon Sep 17 00:00:00 2001 From: dupre Date: Sat, 27 Aug 2016 02:22:32 +0200 Subject: [PATCH] update local.jenkins --- .local.jenkins.win.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.local.jenkins.win.yml b/.local.jenkins.win.yml index 16f0020..8db27b0 100644 --- a/.local.jenkins.win.yml +++ b/.local.jenkins.win.yml @@ -19,5 +19,4 @@ documentation: - if [ ${PYTHON} == "{{Python35}}" and ${NAME} == "UT" ] then python setup.py build_sphinx fi - if [ ${PYTHON} == "{{Python35}}" and ${NAME} == "UT" ] then xcopy /E /C /I /Y _doc\sphinxdoc\build\html dist\html fi - if [ ${PYTHON} == "{{Python35}}" and ${NAME} == "UT" ] then xcopy /E /C /I /Y _doc\sphinxdoc\build\epub dist\epub fi - - if [ ${PYTHON} == "{{Python35}}" and ${NAME} == "UT" ] then copy _doc\sphinxdoc\build\htmlhelp\*.chm dist\html fi - if [ ${PYTHON} == "{{Python35}}" and ${NAME} == "UT" ] then xcopy /E /C /I /Y _doc\sphinxdoc\build\latex\*.pdf dist\html fi