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