Skip to content

Commit 2d8b0ce

Browse files
committed
Exclude index and download page from EPUB build (they are not used)
1 parent be7e6f6 commit 2d8b0ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@
512512

513513
epub_author = 'Python Documentation Authors'
514514
epub_publisher = 'Python Software Foundation'
515+
epub_exclude_files = ('index.xhtml', 'download.xhtml')
515516

516517
# index pages are not valid xhtml
517518
# https://github.com/sphinx-doc/sphinx/issues/12359

0 commit comments

Comments
 (0)