Skip to content

Commit

Permalink
Add RemovedInSphinx80Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jun 16, 2022
1 parent 01eefae commit 2c8d9d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sphinx/deprecation.py
Expand Up @@ -10,6 +10,10 @@ class RemovedInSphinx70Warning(DeprecationWarning):
pass


class RemovedInSphinx80Warning(PendingDeprecationWarning):
pass


RemovedInNextVersionWarning = RemovedInSphinx70Warning


Expand Down

0 comments on commit 2c8d9d7

Please sign in to comment.