mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix RemovedInSphinx30Warning is marked as pending
This commit is contained in:
parent
d34302a415
commit
ead1505919
1
CHANGES
1
CHANGES
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user