File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1157,7 +1157,7 @@ def get_all_documents(source: Path) -> list[Path]:
1157
1157
1158
1158
sage: from pathlib import Path
1159
1159
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'))
1161
1161
sage: Path('en/tutorial') in documents
1162
1162
True
1163
1163
"""
@@ -1191,7 +1191,7 @@ def get_all_reference_documents(source: Path) -> list[Path]:
1191
1191
1192
1192
sage: from pathlib import Path
1193
1193
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'))
1195
1195
sage: Path('reference/algebras') in documents
1196
1196
True
1197
1197
"""
You can’t perform that action at this time.
0 commit comments