diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-15 19:12:46 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-03-06 02:01:03 +0900 |
| commit | e1130972b2ad2e57db4ebe0a6fa83e1cb76aa6a3 (patch) | |
| tree | aabcbecdcdb97aa852514e508c59da972fde05c6 /doc/extdev | |
| parent | e13756a6b73f01caec5e6143d45437391b53a0ae (diff) | |
| download | sphinx-git-e1130972b2ad2e57db4ebe0a6fa83e1cb76aa6a3.tar.gz | |
Add pending_xref_condition node
To choose appropriate content for pending_xref node on resolving,
this introduces a new custom node `pending_xref_condition`. It only
has a condition for the filtering and contents of the reference.
Diffstat (limited to 'doc/extdev')
| -rw-r--r-- | doc/extdev/nodes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/extdev/nodes.rst b/doc/extdev/nodes.rst index e38393a78..3976de4c7 100644 --- a/doc/extdev/nodes.rst +++ b/doc/extdev/nodes.rst @@ -37,6 +37,7 @@ New inline nodes .. autoclass:: index .. autoclass:: pending_xref +.. autoclass:: pending_xref_condition .. autoclass:: literal_emphasis .. autoclass:: download_reference |
