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

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

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

clean:
	rm -Rf _build