Builders¶
The following outlines the Sphinx builders provided by this extension.
-
confluence
¶ The
confluence
builder allows a user to process a Sphinx supported documentation set to generate a Confluence supported representation. Individual documents will generate Confluence supported documents, which in turn can be published to a configured Confluence instance:sphinx-build -b confluence . _build/confluence -E -a
-
singleconfluence
¶ New in version 1.3.
The
singleconfluence
builder allows a user to process a Sphinx supported documentation set to generate a single document in a Confluence supported representation. The generated document can in turn be published to a configured Confluence instance:sphinx-build -b singleconfluence . _build/singleconfluence -E -a