Closed cdcadman closed 7 months ago
@cdcadman, thanks for reporting this. For sure a bug has been introduced to support the new Cloud APIs. I will try to push out a fix/release this weekend to address this.
As for now, a workaround would be to force using the older/original API mode when using a Cloud target:
confluence_api_mode = 'v1'
An update has been made to the implementation which should address this issue, and a v2.5.1 release has been made and published to PyPI. Will go ahead and close this issue, assuming it has resolved this use case. Feel free to comment here if there are still issues (which we can re-open and try to address).
After upgrading to version 2.5.0, I'm not able to update existing Confluence pages using
python -m sphinx -M confluence . _build
. If I downgrade to version 2.4.0, run the command, and then upgrade to version 2.5.0, it works. Is there a way to make the latest version work directly without the extra step?This is the log from the initial failing run on version 2.5.0:
Here is my configuration: