You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
singlebuilder: switch to using write_documents call
Sphinx's builder implementation has added a final hint on the `write`
call and introduced a `write_documents` as a more appropriate hook for
processing documents [1]. This commit updates `SingleConfluenceBuilder`
to no longer use `write`, except for supporting legacy versions of
Sphinx that this extension still supports.
[1]: sphinx-doc/sphinx#12767
Signed-off-by: James Knight <[email protected]>
0 commit comments