mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge in 0.4.2 changelog.
This commit is contained in:
parent
68f5d02390
commit
a805255f16
30
CHANGES
30
CHANGES
@ -25,6 +25,36 @@ New features added
|
||||
links. EXPERIMENTAL
|
||||
|
||||
|
||||
Release 0.4.2 (Jul 29, 2008)
|
||||
============================
|
||||
|
||||
* Fix rendering of the ``samp`` role in HTML.
|
||||
|
||||
* Fix a bug with LaTeX links to headings leading to a wrong page.
|
||||
|
||||
* Reread documents with globbed toctrees when source files are
|
||||
added or removed.
|
||||
|
||||
* Add a missing parameter to PickleHTMLBuilder.handle_page().
|
||||
|
||||
* Put inheritance info always on its own line.
|
||||
|
||||
* Don't automatically enclose code with whitespace in it in quotes;
|
||||
only do this for the ``samp`` role.
|
||||
|
||||
* autodoc now emits a more precise error message when a module
|
||||
can't be imported or an attribute can't be found.
|
||||
|
||||
* The JavaScript search now uses the correct file name suffix when
|
||||
referring to found items.
|
||||
|
||||
* The automodule directive now accepts the ``inherited-members``
|
||||
and ``show-inheritance`` options again.
|
||||
|
||||
* You can now rebuild the docs normally after relocating the source
|
||||
and/or doctree directory.
|
||||
|
||||
|
||||
Release 0.4.1 (Jul 5, 2008)
|
||||
===========================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user