confluencebuilder icon indicating copy to clipboard operation
confluencebuilder copied to clipboard

Confluence Markup Builder Plugin for Sphinx

Results 51 confluencebuilder issues
Sort by recently updated
recently updated
newest added

Adding an option to confluence_publish_postfix for making it dynamic and thus allowing users to be able to publish pages with the same titles in sub directories Resolved ticket: #676 @jdknight...

Hi, are there any plans to bring `@mentions` to confluencebuilder? They look like this in the storage format: ``` ``` The userkey looks like an MD5 hash. When using the...

enhancement
pending next release

As of Sphinx v5.1.0, this extension may fail to load for a user's environment with the following error: ``` Running Sphinx v5.1.0 Exception occurred: File ".\sphinx\registry.py", line 169, in create_builder...

pending next release

In https://github.com/sphinx-contrib/confluencebuilder/issues/338 you implemented basic support for sphinx.ext.intersphinx, stating that it only creates std:doc and std:ref entries for documents (pages) and title entries for the initial release. I suggest to...

enhancement
pending next release

I'd like to include confluence emoticons but there's no directive. They have this format `` Or is there a way for me to include the tag directly and by pass...

enhancement
pending next release

Confluence does not allow this, which is noted in this repos documentation. This project allows prefixes and suffixes to help alleviate a bit of the pain when trying to push...

enhancement
in progress

I just implemented the confluence_excerpt directive closely following the confluence_expand directive. I will implement the confluence_excerpt_include directive later.

Are the include and excerpt confluence macros supported? If not, is there a plan to support them? These macros are essential in my documentation.

enhancement

Currently it is a bit annoying when some files are just renamed or removed: when whole project is regenerated and exported to confluence (under a parent page), legacy pages would...

I get the following error message when pushing local docs to the remote Confluence wiki: ``` $ sphinx-build -E -a docs/source docs/build/confluence -b confluence Running Sphinx v4.4.0 sphinxcontrib.confluencebuilder error: ---...

question