Merge branch 'master' into refactor_env.update

This commit is contained in:
Takeshi KOMIYA
2018-02-27 01:33:05 +09:00
committed by GitHub
8 changed files with 337 additions and 280 deletions

View File

@@ -28,6 +28,7 @@ Deprecated
* ``Sphinx.add_source_parser()`` has changed; the *suffix* argument has
been deprecated. Please use ``Sphinx.add_source_suffix()`` instead.
* ``sphinx.util.docutils.directive_helper()`` is deprecated.
* ``sphinx.cmdline`` is deprecated. Please use ``sphinx.cmd.build`` instead.
* All ``env.update()``, ``env._read_serial()`` and ``env._read_parallel()`` are
deprecated. Please use ``builder.read()`` instead.