Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions doc/extdev/appapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,19 @@ package.

.. automethod:: Sphinx.add_post_transform

.. automethod:: Sphinx.add_js_file
.. automethod:: Sphinx.add_js_file

.. automethod:: Sphinx.add_css_file
.. versionchanged:: 7.1
Added automatic CRC32 checksum for static files.
This ensures browsers reload updated JS assets automatically
instead of relying on manual cache clearing.

.. automethod:: Sphinx.add_css_file

.. versionchanged:: 7.1
Added automatic CRC32 checksum for static files.
This ensures browsers reload updated CSS assets automatically
instead of relying on manual cache clearing.
.. automethod:: Sphinx.add_latex_package

.. automethod:: Sphinx.add_lexer
Expand Down
Loading