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 -M confluence . _build -E -a
- singleconfluence¶
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 -M singleconfluence . _build -E -a
Added in version 1.3.