From d9a2af3e3948d016fb415e0f9c5b819ada44ab0c Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:06:05 -0500 Subject: [PATCH] fix: Add homepage to PDF --- include/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.mk b/include/config.mk index 7a54834..6688182 100644 --- a/include/config.mk +++ b/include/config.mk @@ -31,7 +31,7 @@ SPHINX_AUTOBUILD_EXTRA_ARGS= # The path to the branch of the documentation to print to PDF. PDF_ROOT=/profiles/eu/latest # The pattern of pages to print to PDF. Update if the documentation adds, removes or renames pages. -PDF_PAGES={forms/{,F01/,F02/,F03/,F04/,F05/,F06/,F07/,F08/,F12/,F13/,F14/,F15/,F20/,F21/,F22/,F23/,F24/,F25/,T01/,T02/},operations/,reference/{,schema/,codelists/},changelog/} +PDF_PAGES={,forms/{,F01/,F02/,F03/,F04/,F05/,F06/,F07/,F08/,F12/,F13/,F14/,F15/,F20/,F21/,F22/,F23/,F24/,F25/,T01/,T02/},operations/,reference/{,schema/,codelists/},changelog/} # 15000 may warn: "Warning: Received createRequest signal on a disposed ResourceObject's NetworkAccessManager. This might # be an indication of an iframe taking too long to load." PDF_DELAY=20000