mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
This commit: - annotates the `Builder`'s "core" methods, with [`final`](https://docs.python.org/3/library/typing.html#typing.final) - adds a UML graph to the Builder API docs - Adds more methods to the Builder API docs to make it clearer for extension developers, what is expected from a new builder subclass.