diff options
| author | shimizukawa <shimizukawa@gmail.com> | 2014-10-10 00:19:17 +0900 |
|---|---|---|
| committer | shimizukawa <shimizukawa@gmail.com> | 2014-10-10 00:19:17 +0900 |
| commit | 0d5e691cffc1ece99a0cc0d13e8c5732ab7f4f84 (patch) | |
| tree | 86685fafc89abd9128e2f6d9d232d350d1fb1539 /doc | |
| parent | bd5a35333114331c907385f50017d5374a32c41f (diff) | |
| download | sphinx-0d5e691cffc1ece99a0cc0d13e8c5732ab7f4f84.tar.gz | |
rename `numfig_prefix` to `numfig_format`. later is better for the purpose.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/config.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst index e7e2455d..8a2b76be 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -238,10 +238,10 @@ General configuration .. versionadded:: 1.3 -.. confval:: numfig_prefix +.. confval:: numfig_format A dictionary mapping ``'figure'``, ``'table'`` and ``'code-block'`` to - strings that are used for prefix of figure numbers. Default is to use + strings that are used for format of figure numbers. Default is to use ``'Fig. %s'`` for ``'figure'``, ``'Table %s'`` for ``'table'`` and ``'Listing %s'`` for ``'code-block'``. |
