-
Install the deps
pip install -r requirements.in -c requirements.txt
-
Run the build
sphinx-build -b html -j auto -d ./build/doctrees -T -n -W --keep-going -E ./source/ ./build/
-
Open it
xdg-open "$(pwd)"/build/index.html
Install the deps
pip install -r requirements.in -c requirements.txt
Run the build
sphinx-build -b html -j auto -d ./build/doctrees -T -n -W --keep-going -E ./source/ ./build/
Open it
xdg-open "$(pwd)"/build/index.html