From d965872d271cddb4887ef532fcca3ef51a102f19 Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Wed, 14 Feb 2024 17:10:40 -0800 Subject: [PATCH] Set base path for documentation (#340) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a4e0e42c..2e1f6b0b 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,7 @@ site: "$(DOCC_PATH)" process-archive \ transform-for-static-hosting \ "$(ARCHIVE_PATH)/$(target).doccarchive" \ + --hosting-base-path "/$(target)" \ --output-path "$(prefix)/_site" cp docs.html "$(prefix)/_site/index.html" cp docs.html "$(prefix)/_site/documentation/index.html"