Merge pull request #4879 from tk0miya/refactor_OptionParser

Let docutils know the location of ``docutils.conf`` for Sphinx
This commit is contained in:
Takeshi KOMIYA
2018-05-01 00:32:19 +09:00
committed by GitHub
6 changed files with 63 additions and 26 deletions

View File

@@ -23,6 +23,8 @@ Incompatible changes
:py:meth:`.Sphinx.add_transform()`
* #4827: All ``substitution_definition`` nodes are removed from doctree on
reading phase
* ``docutils.conf`` on ``$HOME`` and ``/etc`` directories are ignored. Only
``docutils.conf`` on confdir is refered.
Deprecated
----------