summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-10-10 00:19:17 +0900
committershimizukawa <shimizukawa@gmail.com>2014-10-10 00:19:17 +0900
commit0d5e691cffc1ece99a0cc0d13e8c5732ab7f4f84 (patch)
tree86685fafc89abd9128e2f6d9d232d350d1fb1539 /CHANGES
parentbd5a35333114331c907385f50017d5374a32c41f (diff)
downloadsphinx-0d5e691cffc1ece99a0cc0d13e8c5732ab7f4f84.tar.gz
rename `numfig_prefix` to `numfig_format`. later is better for the purpose.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 66d4690a..7e3781b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -53,7 +53,7 @@ Features added
search can now handle these. Thanks to Shibukawa Yoshiki.
* PR#296, PR#303, #76: numfig feature: Assign numbers to figures, tables and
code-blocks. This feature is configured with `numfig`, `numfig_secnum_depth`
- and `numfig_prefix`. Also `numref` role is available. Thanks to Takeshi
+ and `numfig_format`. Also `numref` role is available. Thanks to Takeshi
Komiya.
* PR#202: Allow "." and "~" prefixed references in ``:param:`` doc fields
for Python.