Skip to content

Commit

Permalink
Split the Python domain into multiple modules
Browse files Browse the repository at this point in the history
``sphinx.domains.python`` was previously over 1,700 lines long
  • Loading branch information
AA-Turner committed Jan 19, 2024
1 parent 1327ec7 commit e9dcfeb
Show file tree
Hide file tree
Showing 6 changed files with 940 additions and 899 deletions.
2 changes: 1 addition & 1 deletion sphinx/domains/javascript.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sphinx import addnodes
from sphinx.directives import ObjectDescription
from sphinx.domains import Domain, ObjType
from sphinx.domains.python import _pseudo_parse_arglist
from sphinx.domains.python._annotations import _pseudo_parse_arglist
from sphinx.locale import _, __
from sphinx.roles import XRefRole
from sphinx.util import logging
Expand Down
Loading

0 comments on commit e9dcfeb

Please sign in to comment.