Skip to content

Commit e147821

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage_docbuild/builders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ def get_all_documents(source: Path) -> list[Path]:
11571157
11581158
sage: from pathlib import Path
11591159
sage: from sage_docbuild.builders import get_all_documents
1160-
sage: documents = get_all_documents(Path('sage/src/doc'))
1160+
sage: documents = get_all_documents(Path('src/doc'))
11611161
sage: Path('en/tutorial') in documents
11621162
True
11631163
"""
@@ -1191,7 +1191,7 @@ def get_all_reference_documents(source: Path) -> list[Path]:
11911191
11921192
sage: from pathlib import Path
11931193
sage: from sage_docbuild.builders import get_all_reference_documents
1194-
sage: documents = get_all_reference_documents(Path('sage/src/doc/en'))
1194+
sage: documents = get_all_reference_documents(Path('src/doc/en'))
11951195
sage: Path('reference/algebras') in documents
11961196
True
11971197
"""

0 commit comments

Comments
 (0)