Skip to main content

Atlassian Confluence extension for sphinx

Project description

Sphinx Confluence Plugin
========================

Sphinx extension for making the documentation compatible with the Confluence Storage Format.
Read more: https://confluence.atlassian.com/display/DOC/Confluence+Storage+Format

Features:

- base HTML elements
- images (image, figure)
- code blocks (::) and includes (literalinclude)
- referencing downloadable files (:download:)
- the TOC tree (.. toctree::)
- internal links (:ref: `<label>`; .. _<label>)

Install
-------
```pip install sphinx-confluence```


Setup with ``conf.py``
----------------------

Plugin includes to section extensions

```python
sys.path.append('!!!_PATH_TO_EXTENSION_!!!')
extensions = ['confluence']
html_translator_class = 'confluence.HTMLConfluenceTranslator'
html_add_permalinks=''
```

Build docs with conf.py
-----------------------


Plugin has own Builder ``json_conf``

```sh
sphinx-build -b json_conf -d build/doctrees source build/json
```

Build docs without conf.py
--------------------------

```sh
sphinx-build \
-b json_conf \
-d build/doctrees \
-C \
-D master_doc=index \
-D html_add_permalinks= \
-D html_translator_class=sphinx_confluence.HTMLConfluenceTranslator \
-D extensions=sphinx_confluence,sphinx.ext.todo \
source build/json
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx-confluence-0.0.2.tar.gz (5.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page