tornado/website/Makefile

6 lines
123 B
Makefile
Raw Normal View History

.PHONY: sphinx
sphinx:
sphinx-build -b html -d sphinx/build/doctrees sphinx sphinx/build/html
clean:
rm -rf sphinx/build