confluencebuilder
confluencebuilder copied to clipboard
Confluence Markup Builder Plugin for Sphinx
I was testing the new code for v2 about line block. I think it's missing the padding-top from the previous node. Maybe that part should be out of the else...
Hi everyone! I'm struggling with publishing on confluence because of corporate confluence space. Do you know how company's confluence admins should allow me/everyone to connect and post sphinx docs there?...
We love confluencebuilder so much! One of the things that we are trying to find a good solution for though is that when people outside our team make in-line comments...
This Parameter can either be: None: Publish all Documents List[str]: only publish these Documents str: Filename with a list of documents to publish I have a function that checks which...
Providing support for Confluence Cloud REST v2 APIs. - This moves the API path prefix logic from a `Rest` class into a `Publisher` class. - Introduces a new configuration option...
Hello everyone, Recently I started working on a tool which extracts info from Jira and Confluence and builds a nice Confluence page, based on the fetched information. It makes use...
If I test my connection with ``` curl -v https://confluence.mycompany.com/rest/api/space/MYSPACE -H "Authorization: Bearer averylongsecret" ``` I get a 200. All fine Using this with confluencebuilder with debugging I get `DEBUG:urllib3.connectionpool:https://confluence.mycompany.com:443...
At the time of writing, it has been over a year since Atlassian releases an initial REST API v2 for Confluence. This extension should be taking steps to support the...
* Visit https://sphinxcontrib-confluencebuilder.atlassian.net/wiki/spaces/STABLE/pages/501974500/Table+of+Contents+Fabric * Make the window short enough so that you can see the "Output" section but not the sections below * Click "Sub-section" * The page correctly scrolls...
When I try to build Confluence pages using sphinxcontrib.confluencebuilder, it ignores new lines and line breaks in .md files. I used 'myst-parser' and 'm2r' for including Markdown files, but both...