6 lines
88 B
Makefile
6 lines
88 B
Makefile
|
default: html
|
||
|
|
||
|
.PHONY: html
|
||
|
html:
|
||
|
poetry run sphinx-build -b html src/shione build/doc
|