confluencebuilder
confluencebuilder copied to clipboard
Confluence Markup Builder Plugin for Sphinx
Hey there, our IT shut down the v1 `/content` endpoint due to [this Confluence Server bug (CONFSERVER-57639)](https://jira.atlassian.com/browse/CONFSERVER-57639): Hitting the base Content API endpoint can cause performance problem for large instances....
During a build, I encounter this warning: ``` WARNING: unknown node: PassthroughTextElement ``` However, it doesn't say which page causes it. How can I debug this? I tried passing `-vvv`...
I want to migrate confluence to my personal url, how can we do that. What configuration I need to do ? Do I need to change only confluence _server_url ?...
Right now, when page title changes, confluencebuilder removes the old page entirely & creates a new page -- even if the content hasn't changed. It seems like Confluence Server doesn't...
With the new `sphinxcontrib-video==0.2.1`, the `.. video::` directive gives: ``` video_key, _, _ = self.assets.add(source_path, self.docname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/adam/.virtualenvs/sphc/lib/python3.11/site-packages/sphinxcontrib/confluencebuilder/assets.py", line 87, in add return self._handle_entry(abs_path, docname, standalone=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/adam/.virtualenvs/sphc/lib/python3.11/site-packages/sphinxcontrib/confluencebuilder/assets.py",...
I work in an environment where `mermaid-cli` is tricky to install. However, our Confluence Server instance has HTML enabled, and for Mermaid blocks we can simply output smth like: ```html...
No linebreaks added in case of backslash at the end of line. For example, ``` line1 \ line2 \ line3 ``` should be rendered as separate lines within same paragraph...
Hi, I'm opening this issue as I haven't found any information from users who use `sphinx-confluencebuilder` in combination with JupyterBook (which calls itself an opinioted distribution of Sphinx). I managed...
Sample page: ```markdown # Test 123 ## `` ``` I’m using confluence builder with myst-parser and publishing to Confluence Server (not cloud). Output: ``` An unsupported Confluence API call has...
Hi all, as my usage of this nice tool intensifies, I have stumbled across another issue that I cannot seem to fix. When I push my documentation to confluence, I...