sphinx-contrib / confluencebuilder

Confluence Markup Builder Plugin for Sphinx
BSD 2-Clause "Simplified" License
315 stars 99 forks source link

Usage with sphinx.ext.imgmath #1031

Closed liebsc21 closed 1 month ago

liebsc21 commented 1 month ago

I want to process LaTex code to images when I push my docs to confluence.

Without sphinx.ext.imgmath, the LaTex code is absent in confluence. When I use the extension, I get the following error upon make confluence:

File ".../site-packages/sphinxcontrib/confluencebuilder/transmute/ext_sphinx_toolbox.py", line 85, in replace_sphinx_toolbox_nodes
    new_node.attributes['title'] = node.label
AttributeError: 'CollapseNode' object has no attribute 'label'

Any hints how to sort this out? I use

Btw, make html with sphinx.ext.imgmath works as expected.

jdknight commented 1 month ago

https://github.com/sphinx-contrib/confluencebuilder/issues/1029

jdknight commented 1 month ago

v2.7 is now available on PyPI -- marking as closed.