summaryrefslogtreecommitdiff
path: root/docs/website/Makefile
blob: 928ef6a36fbb9a1a197f37493791259cd83a4a68 (plain)
1
2
3
4
5
6
7
8
9
10
all: _build

_build: Makefile *.rst images/*.svg */*.rst conf.py
	python3 -m sphinx  -b html . _build

linkcheck:
	python3 -m sphinx  -b linkcheck -n . _build

clean:
	rm -Rf _build