python -m venv documentation_environment cmd /c " cd documentation_environment/Scripts & activate & cd ../../../src & pip install -r requirements.txt & cd ../doc & %cd%/documentation_environment/Scripts/sphinx-build -b html source build"