From a3e45164ab53c791572cb2bf6818bfb3bdc6724e Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 7 Aug 2023 22:36:33 +0000 Subject: [PATCH] tools/export_html: footer: add a link to the HTML source git repository and YAML data (#53) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b87ba92ab9..011c6dbf5c 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ export_html: rm -rf awesome-selfhosted-html-preview/ html/ git clone https://github.com/$(HTML_REPOSITORY) mkdir html && source .venv/bin/activate && hecat --config .hecat/export-html.yml - sed -i 's|Furo|hecat, sphinx and furo. Content under CC-BY-SA 3.0 license.|' .venv/lib/python*/site-packages/furo/theme/furo/page.html + sed -i 's|Furo|hecat, sphinx and furo. Content under CC-BY-SA 3.0 license. Source code, raw data.|' .venv/lib/python*/site-packages/furo/theme/furo/page.html source .venv/bin/activate && sphinx-build -b html -c .hecat/ html/md/ html/html/ rm -rf html/html/.buildinfo html/html/objects.inv html/html/.doctrees awesome-selfhosted-html-preview/*