mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
parent
1ff5ffe1ed
commit
857422eb67
1
AUTHORS
1
AUTHORS
@ -26,6 +26,7 @@ Other contributors, listed alphabetically, are:
|
|||||||
* Horst Gutmann -- internationalization support
|
* Horst Gutmann -- internationalization support
|
||||||
* Martin Hans -- autodoc improvements
|
* Martin Hans -- autodoc improvements
|
||||||
* Doug Hellmann -- graphviz improvements
|
* Doug Hellmann -- graphviz improvements
|
||||||
|
* Takeshi Komiya -- numref feature
|
||||||
* Dave Kuhlman -- original LaTeX writer
|
* Dave Kuhlman -- original LaTeX writer
|
||||||
* Blaise Laflamme -- pyramid theme
|
* Blaise Laflamme -- pyramid theme
|
||||||
* Thomas Lamb -- linkcheck builder
|
* Thomas Lamb -- linkcheck builder
|
||||||
|
7
CHANGES
7
CHANGES
@ -26,6 +26,7 @@ Incompatible changes
|
|||||||
it will improve the calculation time.
|
it will improve the calculation time.
|
||||||
* gettext builder: disable extracting/apply 'index' node by default. Please set
|
* gettext builder: disable extracting/apply 'index' node by default. Please set
|
||||||
'index' to :confval:`gettext_enables` to enable extracting index entries.
|
'index' to :confval:`gettext_enables` to enable extracting index entries.
|
||||||
|
* PR#307: Add frame to code-block in LaTeX. Thanks to Takeshi Komiya.
|
||||||
|
|
||||||
Features added
|
Features added
|
||||||
--------------
|
--------------
|
||||||
@ -50,8 +51,10 @@ Features added
|
|||||||
directive is now supported.
|
directive is now supported.
|
||||||
* PR#214: Added stemming support for 14 languages, so that the built-in document
|
* PR#214: Added stemming support for 14 languages, so that the built-in document
|
||||||
search can now handle these. Thanks to Shibukawa Yoshiki.
|
search can now handle these. Thanks to Shibukawa Yoshiki.
|
||||||
* PR#296: numfig feature: Assign numbers to figures, tables and code-blocks.
|
* PR#296, PR#303, #76: numfig feature: Assign numbers to figures, tables and
|
||||||
Thanks to Takeshi Komiya.
|
code-blocks. This feature is configured with `numfig`, `numfig_secnum_depth`
|
||||||
|
and `numfig_prefix`. Also `numref` role is available. Thanks to Takeshi
|
||||||
|
Komiya.
|
||||||
* PR#202: Allow "." and "~" prefixed references in ``:param:`` doc fields
|
* PR#202: Allow "." and "~" prefixed references in ``:param:`` doc fields
|
||||||
for Python.
|
for Python.
|
||||||
* PR#184: Add `autodoc_mock_imports`, allowing to mock imports of
|
* PR#184: Add `autodoc_mock_imports`, allowing to mock imports of
|
||||||
|
Loading…
Reference in New Issue
Block a user