mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
12 lines
404 B
ReStructuredText
12 lines
404 B
ReStructuredText
:mod:`sphinx.ext.duration` -- Measure durations of Sphinx processing
|
|
====================================================================
|
|
|
|
.. module:: sphinx.ext.duration
|
|
:synopsis: Measure durations of Sphinx processing
|
|
|
|
.. versionadded:: 2.3
|
|
|
|
This extension measures durations of Sphinx processing and show its
|
|
result at end of the build. It is useful for inspecting what document
|
|
is slowly built.
|