This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients brett.cannon, docs@python, larry, ned.deily
Date 2017-07-15.19:19:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
[..]/sphinx/util/compat.py:40: RemovedInSphinx17Warning: sphinx.util.compat.Directive is deprecated and will be removed in Sphinx 1.7, please use docutils' instead.
  RemovedInSphinx17Warning)

The solution is to import Directive directly from docutils.  PR to follow for master, needs to be cherrypicked to all maintenance branches and, ideally, all current security-only branches.
History
Date User Action Args
2017-07-15 19:19:13ned.deilysetrecipients: + ned.deily, brett.cannon, larry, docs@python
2017-07-15 19:19:13ned.deilysetmessageid: <[email protected]>
2017-07-15 19:19:13ned.deilylinkissue30939 messages
2017-07-15 19:19:13ned.deilycreate