From 7fcc14fdeaa92ee907c9acd8b6098062a6bea9ae Mon Sep 17 00:00:00 2001 From: Jabber Developer Date: Tue, 8 Jul 2025 01:52:56 +0200 Subject: [PATCH] build: change docs configuration to build XML So it can be used as a part of CI for the website --- apidocs/c/c-prof.conf | 2 +- apidocs/python/gen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apidocs/c/c-prof.conf b/apidocs/c/c-prof.conf index 2c81d4c6..1103bc20 100644 --- a/apidocs/c/c-prof.conf +++ b/apidocs/c/c-prof.conf @@ -1865,7 +1865,7 @@ MAN_LINKS = NO # captures the structure of the code including all documentation. # The default value is: NO. -GENERATE_XML = NO +GENERATE_XML = YES # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of diff --git a/apidocs/python/gen.sh b/apidocs/python/gen.sh index cc0454ef..480c19a1 100755 --- a/apidocs/python/gen.sh +++ b/apidocs/python/gen.sh @@ -1 +1 @@ -sphinx-apidoc -f -o . src && make html +sphinx-apidoc -f -o . src && make xml