build: change docs configuration to build XML
All checks were successful
CI / Check spelling (push) Successful in 17s
CI / Check coding style (push) Successful in 33s
CI / Linux (debian) (push) Successful in 9m54s
CI / Linux (ubuntu) (push) Successful in 12m4s
CI / Linux (fedora) (push) Successful in 13m45s
CI / Linux (arch) (push) Successful in 15m20s

So it can be used as a part of CI for the website
This commit is contained in:
2025-07-08 01:52:56 +02:00
parent d07ca9953d
commit 7fcc14fdea
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1 +1 @@
sphinx-apidoc -f -o . src && make html
sphinx-apidoc -f -o . src && make xml