mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
doc/make: Build main doc target by default.
Less typing is better.
This commit is contained in:
+3
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user