mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Promote RemovedInSphinx20Warning to next version
This commit is contained in:
parent
1a4a728816
commit
ee5baca34d
@ -17,15 +17,7 @@ if False:
|
|||||||
from typing import Any, Dict, Type # NOQA
|
from typing import Any, Dict, Type # NOQA
|
||||||
|
|
||||||
|
|
||||||
class RemovedInSphinx18Warning(DeprecationWarning):
|
class RemovedInSphinx20Warning(DeprecationWarning):
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class RemovedInSphinx19Warning(PendingDeprecationWarning):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class RemovedInSphinx20Warning(PendingDeprecationWarning):
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
@ -37,7 +29,7 @@ class RemovedInSphinx40Warning(PendingDeprecationWarning):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
RemovedInNextVersionWarning = RemovedInSphinx18Warning
|
RemovedInNextVersionWarning = RemovedInSphinx20Warning
|
||||||
|
|
||||||
|
|
||||||
class DeprecatedDict(dict):
|
class DeprecatedDict(dict):
|
||||||
|
Loading…
Reference in New Issue
Block a user