Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-12-20 20:51:59 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-12-20 20:51:59 +0300
commite3ee8b378a37958f48d97d74a5c264f1f02e153e (patch)
tree4103003b153cc0d77b77c5614f2c18de50e41936 /CHANGES
parent40db5694faf8d74d34675a686960ca76d984042b (diff)
Close #9993: std domain: Allow to refer an inline target via ref role
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d34034f8c..f18e78cd6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,8 @@ Features added
checking in matched documents.
* #9793: sphinx-build: Allow to use the parallel build feature in macOS on macOS
and Python3.8+
+* #9993: std domain: Allow to refer an inline target (ex. ``_`target name```)
+ via :rst:role:`ref` role
* #9391: texinfo: improve variable in ``samp`` role
* #9578: texinfo: Add :confval:`texinfo_cross_references` to disable cross
references for readability with standalone readers