doc/make: Build main doc target by default.

Less typing is better.
This commit is contained in:
Laurens Valk
2021-07-23 15:46:58 +02:00
parent cb74f8e302
commit 84335d0032
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -61,15 +61,15 @@ Initial setup:
Build docs:
# Linux
poetry run make -C doc html SPHINXOPTS=-tmain
poetry run make -C doc html
xdg-open doc/main/build/html/index.html
# macOS
poetry run make -C doc html SPHINXOPTS=-tmain
poetry run make -C doc html
open doc/main/build/html/index.html
# Windows (PowerShell)
poetry run doc\make.bat html SPHINXOPTS=-tmain
poetry run doc\make.bat html
Invoke-Item doc\main\build\html\index.html
Linting: