Merge pull request #6250 from tk0miya/RemovedInSphinx30Warning

Fix RemovedInSphinx30Warning is marked as pending
This commit is contained in:
Takeshi KOMIYA 2019-04-05 01:42:57 +09:00 committed by GitHub
commit 3759cfb130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ Bugs fixed
----------
* LaTeX: some system labels are not translated
* RemovedInSphinx30Warning is marked as pending
* deprecation warnings are not emitted
- sphinx.application.CONFIG_FILENAME

View File

@ -17,7 +17,7 @@ if False:
from typing import Any, Dict, Type # NOQA
class RemovedInSphinx30Warning(PendingDeprecationWarning):
class RemovedInSphinx30Warning(DeprecationWarning):
pass