Skip to content

How do you build the HTML documentation? #585

Answered by chris2511
marek22k asked this question in Q&A
Discussion options

You must be logged in to vote

XCA uses sphinx.

In the xca directory the target "sphinx-html" builds the doc:
cmake -B build && cmake --build build -t sphinx-html

Internally, the documentation in "doc/rst" is used and the documentation of the commandline options, the export formats
and SQL Schema are automatically generated from the sources.

The sphinx-build command is called here

add_custom_command(

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@marek22k
Comment options

Answer selected by marek22k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants