python --version
pip --version
python.exe -m pip install --upgrade pip
pip install poetry
poetry --version
poetry init
poetry install
poetry shell
pip install -U sphinx
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco install make
mkdir docs
cd docs
sphinx-quickstart
sphinx-apidoc -o ./docs/sours .
poetry add sphinx_rtd_theme