confluence-publisher icon indicating copy to clipboard operation
confluence-publisher copied to clipboard

Tool for publishing Sphinx generated documents to Confluence

Results 9 confluence-publisher issues
Sort by recently updated
recently updated
newest added

Is the published compatible with the current version of Confluence? As of today our cloud version of Confluence reports version `1000.223.0` Also it seems really unclear on how can someone...

Added additional XML entities to the known_entities list 'lsquo', 'rsquo', 'ndash', 'para'

Currently, we are using Confluence 6.2 with no apparent issues with confluence-publisher. I was wondering if there are any known issues with 6.x or plans to have it officially supported...

Hi, is there a possibility to automatically create the config.yml file from the fjson files created with sphinx-confluence? After that the config.yml could be used with conf_page_maker. Thanks, Mark

Pip version is not Python3 compatible due to iteritems in YAML serializer although I see master already has fix for that using standard, not memory-wise `OrderedDict.items()` Is something blocking release...

Hi, I am trying to publish a documentation, generated with Sphinx in "html" format, which is supposed to be supported according to the "confluence-publisher" documentation More precisely: * there's an...

Maybe someone can help me out, I'm getting a ValueError: No JSON object could be decoded. I'm just testing a basic publication of the fjson output of the sphinx-confluence output,...

I'm calling `conf_page_maker` like ``` conf_page_maker publisher.yml --user [email protected] -pid 12345123 ``` My publisher.yml config file: ``` version: 2 url: https://xy.atlassian.net/wiki base_dir: _build/json/ pages: - title: test me ``` As...

Hello, I am trying to use your package confluence-publisher. But I have some problems When I want to create a new page I got nothing? May be, I don't know...