Index: DamClients/DamPythonInterface/trunk/doc/build_documentation.bat =================================================================== diff -u --- DamClients/DamPythonInterface/trunk/doc/build_documentation.bat (revision 0) +++ DamClients/DamPythonInterface/trunk/doc/build_documentation.bat (revision 3477) @@ -0,0 +1,2 @@ +python -m venv ../documentation_environment +cmd /c " cd ../documentation_environment/Scripts & activate & cd ../../src & pip install -r requirements.txt & cd ../doc & sphinx-build -b html source build"