Skip to content

Commit c24815f

Browse files
authored
Update builders.py
1 parent e147821 commit c24815f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sage_docbuild/builders.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,6 @@ def get_all_documents(source: Path) -> list[Path]:
11551155
11561156
EXAMPLES::
11571157
1158-
sage: from pathlib import Path
11591158
sage: from sage_docbuild.builders import get_all_documents
11601159
sage: documents = get_all_documents(Path('src/doc'))
11611160
sage: Path('en/tutorial') in documents
@@ -1189,7 +1188,6 @@ def get_all_reference_documents(source: Path) -> list[Path]:
11891188
11901189
EXAMPLES::
11911190
1192-
sage: from pathlib import Path
11931191
sage: from sage_docbuild.builders import get_all_reference_documents
11941192
sage: documents = get_all_reference_documents(Path('src/doc/en'))
11951193
sage: Path('reference/algebras') in documents

0 commit comments

Comments
 (0)