From 62d7abb2f854c475372da0d2ac0f4142fa89e11e Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Sun, 7 May 2017 22:21:12 +0900 Subject: [PATCH] fix typos in CHANGES --- CHANGES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 6a04d621e..d69a03353 100644 --- a/CHANGES +++ b/CHANGES @@ -88,7 +88,7 @@ Dependencies * (updated) latex output is tested with Ubuntu trusty's texlive packages (Feb. 2014) and earlier tex installations may not be fully compliant, particularly regarding Unicode engines xelatex and lualatex -* (added) latexmk is requirement for ``make latexpdf`` on Unix-like platforms +* (added) latexmk is required for ``make latexpdf`` on Unix-like platforms (refs: #3082) Incompatible changes @@ -179,8 +179,8 @@ 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_writer`` is True - and docutils 0.13 and newer is installed. +* HTML builder uses experimental HTML5 writer if ``html_experimental_html5_writer`` is True + and docutils 0.13 or later is installed. * LaTeX macros to customize space before and after tables in PDF output (refs #3504) * #3348: Show decorators in literalinclude and viewcode directives * #3108: Show warning if :start-at: and other literalinclude options does not @@ -231,7 +231,7 @@ Deprecated removed at Sphinx 1.7. Extension authors please use ``sphinxadmonition`` instead (as Sphinx does since 1.5.) * ``Sphinx.status_iterator()`` and ``Sphinx.old_status_iterator()`` is now - deprecated. Please use ``sphinx.util:status_iterator()`` intead. + deprecated. Please use ``sphinx.util:status_iterator()`` instead. * ``Sphinx._directive_helper()`` is deprecated. Please use ``sphinx.util.docutils.directive_helper()`` instead. * ``BuildEnvironment.set_warnfunc()`` is now deprecated