Skip to content

Commit ce8c877

Browse files
authored
ignore 404 page for sitemap generation (#8498)
1 parent c5d1dd8 commit ce8c877

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ def setup(app: Sphinx):
449449
sitemap_excludes = [
450450
# Original excludes
451451
"agents/.config/notice-file/README.html",
452+
"404.html",
452453

453454
# GitHub directory files
454455
"agents/.github/CONTRIBUTING.html",

0 commit comments

Comments
 (0)