mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable automatic formatting for `sphinx/domains/_index.py
`
This commit is contained in:
parent
5e5a3bf039
commit
e47d12862e
@ -87,8 +87,7 @@ class Index(ABC):
|
|||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def generate(
|
def generate(
|
||||||
self,
|
self, docnames: Iterable[str] | None = None
|
||||||
docnames: Iterable[str] | None = None,
|
|
||||||
) -> tuple[list[tuple[str, list[IndexEntry]]], bool]:
|
) -> tuple[list[tuple[str, list[IndexEntry]]], bool]:
|
||||||
"""Get entries for the index.
|
"""Get entries for the index.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user