mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge in two bugfixes.
This commit is contained in:
23
CHANGES
23
CHANGES
@@ -24,9 +24,14 @@ New features added
|
||||
Release 0.5.1 (in development)
|
||||
==============================
|
||||
|
||||
* Fix LaTeX writer output for images with specified height.
|
||||
* #65: Fix storage of depth information for PNGs generated by the
|
||||
pngmath extension.
|
||||
|
||||
* Fix wrong generated image path when including images in sources
|
||||
* Fix autodoc crash when automethod is used outside a class context.
|
||||
|
||||
* #68: Fix LaTeX writer output for images with specified height.
|
||||
|
||||
* #60: Fix wrong generated image path when including images in sources
|
||||
in subdirectories.
|
||||
|
||||
* Fix the JavaScript search when html_copy_source is off.
|
||||
@@ -203,33 +208,33 @@ New features added
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
* Escape configuration values placed in HTML templates.
|
||||
* #51: Escape configuration values placed in HTML templates.
|
||||
|
||||
* Fix small problems in HTML help index generation.
|
||||
* #44: Fix small problems in HTML help index generation.
|
||||
|
||||
* Fix LaTeX output for line blocks in tables.
|
||||
|
||||
* Fix "illegal unit" error when using pixel image widths/heights.
|
||||
* #38: Fix "illegal unit" error when using pixel image widths/heights.
|
||||
|
||||
* Support table captions in LaTeX output.
|
||||
|
||||
* Work around a bug in Jinja that caused "<generator ...>" to be
|
||||
* #39: Work around a bug in Jinja that caused "<generator ...>" to be
|
||||
emitted in HTML output.
|
||||
|
||||
* Fix a problem with module links not being generated in LaTeX output.
|
||||
|
||||
* Fix the handling of images in different directories.
|
||||
|
||||
* Support option lists in the text writer. Make sure that dashes
|
||||
* #29: Support option lists in the text writer. Make sure that dashes
|
||||
introducing long option names are not contracted to en-dashes.
|
||||
|
||||
* Support the "scale" option for images in HTML output.
|
||||
|
||||
* Properly escape quotes in HTML help attribute values.
|
||||
* #25: Properly escape quotes in HTML help attribute values.
|
||||
|
||||
* Fix LaTeX build for some description environments with ``:noindex:``.
|
||||
|
||||
* Don't crash on weird casing of role names (like ``:Class:``).
|
||||
* #24: Don't crash on uncommon casing of role names (like ``:Class:``).
|
||||
|
||||
* Only output ANSI colors on color terminals.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user