Fix RemovedInSphinx30Warning is marked as pending

This commit is contained in:
Takeshi KOMIYA 2019-04-05 01:09:38 +09:00
parent d34302a415
commit ead1505919
2 changed files with 2 additions and 1 deletions

View File

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

View File

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