Skip to content

Commit

Permalink
Add RemovedInSphinx50Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Apr 6, 2019
1 parent 86d4823 commit 7285588
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sphinx/deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
from typing import Any, Dict, Type # NOQA


class RemovedInSphinx40Warning(PendingDeprecationWarning):
class RemovedInSphinx40Warning(DeprecationWarning):
pass


class RemovedInSphinx50Warning(PendingDeprecationWarning):
pass


Expand Down

0 comments on commit 7285588

Please sign in to comment.