mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Mark as experimental
This commit is contained in:
@@ -597,6 +597,8 @@ handlers to the events. Example:
|
||||
|
||||
.. versionadded:: 1.6
|
||||
|
||||
As a **experimental** event
|
||||
|
||||
.. event:: html-collect-pages (app)
|
||||
|
||||
Emitted when the HTML builder is starting to write non-document pages. You
|
||||
|
||||
@@ -242,7 +242,7 @@ class Domain(object):
|
||||
|
||||
def check_consistency(self):
|
||||
# type: () -> None
|
||||
"""Do consistency checks."""
|
||||
"""Do consistency checks (**experimental**)."""
|
||||
pass
|
||||
|
||||
def process_field_xref(self, pnode):
|
||||
|
||||
Reference in New Issue
Block a user