Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

singlebuilder: switch to using write_documents call #1047

Merged
merged 1 commit into from
Oct 12, 2024

Commits on Oct 12, 2024

  1. 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 <james.d.knight@live.com>
    jdknight committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    58e3e82 View commit details
    Browse the repository at this point in the history