mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
gh-118689: Doc: fix ePub build (GH-118690)
(cherry picked from commit 7ac933e260
)
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
This commit is contained in:
parent
8bfaf3a5f0
commit
9f8f14a6da
3 changed files with 7 additions and 1 deletions
|
@ -419,6 +419,10 @@ latex_appendices = ['glossary', 'about', 'license', 'copyright']
|
|||
epub_author = 'Python Documentation Authors'
|
||||
epub_publisher = 'Python Software Foundation'
|
||||
|
||||
# index pages are not valid xhtml
|
||||
# https://github.com/sphinx-doc/sphinx/issues/12359
|
||||
epub_use_index = False
|
||||
|
||||
# Options for the coverage checker
|
||||
# --------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue