mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
commit
5372b9d2c0
@ -397,7 +397,7 @@ class PyModulelevel(PyObject):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def run(self) -> List[Node]:
|
def run(self) -> List[Node]:
|
||||||
warnings.warn('PyClassmember is deprecated.',
|
warnings.warn('PyModulelevel is deprecated.',
|
||||||
RemovedInSphinx40Warning)
|
RemovedInSphinx40Warning)
|
||||||
|
|
||||||
return super().run()
|
return super().run()
|
||||||
|
Loading…
Reference in New Issue
Block a user