From 96a1526c8daf51ab151e6ccea325be8694d8f2ef Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 3 Apr 2020 10:52:16 +0100 Subject: fix name in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bedbaae..769fc87 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ doc: install ## Build documentation with Sphinx cd $(DOC_DIR) && \ rm source/* && \ source $(VENV_DIR)/bin/activate && \ - sphinx-apidoc -H 'CleverCSV API Documentation' -o source ../$(PACKAGE) && \ + sphinx-apidoc -H 'Paper2Remarkable API Documentation' -o source ../$(PACKAGE) && \ touch source/AUTOGENERATED $(MAKE) -C $(DOC_DIR) html -- cgit v1.2.3