DDeepin Developerfeat: Init commit
1c7874c8创建于 2022年10月13日历史提交
all:
	python3 -m sphinx -b html -n . _build

clean:
	rm -rf _build

.PHONY: clean