mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix RemovedInSphinx30Warning is marked as pending
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -17,7 +17,7 @@ if False:
|
||||
from typing import Any, Dict, Type # NOQA
|
||||
|
||||
|
||||
class RemovedInSphinx30Warning(PendingDeprecationWarning):
|
||||
class RemovedInSphinx30Warning(DeprecationWarning):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user