Closed AndreasLuckert closed 1 year ago
My first guess is that sphinxcontrib-confluencebuilder is not compatible with Sphinx-diagrams. Worth opening an issue on https://github.com/sphinx-contrib/confluencebuilder/issues
Just filed it here as well based on your recommendation.
This was an issue specific to the sphinxcontrib-confluencebuilder and has since been addressed. In any case, this issue can be closed.
Describe the bug
I ran this command in bash to build the sphinx docs and push them to confluence:
sphinx-build -E -a docs/source docs/build/confluence -b confluence
The error-logfile has the following output:
How to Reproduce
Command executed to build and push to confluence:
sphinx-build -E -a docs/source docs/build/confluence -b confluence
Contents of 'docs\source\requirements.txt'
Expected behavior
Builds and pushes the sphinx docs to confluence.
Your project
Confidential.
Screenshots
No response
OS
Windows 10
Python version
Python 3.9.4
Sphinx version
sphinx-build 4.2.0
Sphinx extensions
[ 'recommonmark', 'sphinx.ext.autodoc', 'sphinx.ext.extlinks', 'sphinx.ext.graphviz', 'sphinx.ext.inheritance_diagram', 'sphinx.ext.intersphinx', 'sphinx.ext.napoleon', 'sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx_diagrams', 'sphinx_rtd_theme', 'sphinxcontrib.confluencebuilder', ]
Extra tools
No response
Additional context
This is a confidential project I cannot share on GitHub etc.