mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable various pydocstyle (D) rules (#11878)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,6 @@ def sig_elements() -> set[type[addnodes.desc_sig_element]]:
|
||||
|
||||
def test_desc_sig_element_nodes(sig_elements):
|
||||
"""Test the registration of ``desc_sig_element`` subclasses."""
|
||||
|
||||
# expected desc_sig_* node classes (must be declared *after* reloading
|
||||
# the module since otherwise the objects are not the correct ones)
|
||||
EXPECTED_SIG_ELEMENTS = {
|
||||
|
||||
Reference in New Issue
Block a user