Update CHANGES

Fix option name
This commit is contained in:
Yoshiki Shibukawa 2017-04-19 20:41:58 +09:00 committed by GitHub
parent de2cd652ab
commit 213b2a2c79

View File

@ -96,7 +96,7 @@ Features added
* #3476: setuptools: Support multiple builders
* latex: merged cells in LaTeX tables allow code-blocks, lists, blockquotes...
as do normal cells (refs: #3435)
* HTML buildre uses experimental HTML5 writer if ``html_experimental_html5_builder`` is True
* HTML buildre uses experimental HTML5 writer if ``html_experimental_html5_writer`` is True
and docutils 0.13 and newer is installed.
* LaTeX macros to customize space before and after tables in PDF output (refs #3504)
* #3348: Show decorators in literalinclude and viewcode directives