mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 17:46:21 +00:00
build: change docs configuration to build XML
So it can be used as a part of CI for the website
This commit is contained in:
@@ -1865,7 +1865,7 @@ MAN_LINKS = NO
|
|||||||
# captures the structure of the code including all documentation.
|
# captures the structure of the code including all documentation.
|
||||||
# The default value is: NO.
|
# 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
|
# 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
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
sphinx-apidoc -f -o . src && make html
|
sphinx-apidoc -f -o . src && make xml
|
||||||
|
|||||||
Reference in New Issue
Block a user