Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor error in ePub #100614

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix minor error in ePub #100614

wants to merge 1 commit into from

Conversation

methane
Copy link
Member

@methane methane commented Dec 30, 2022

Fix issue reported https://mail.python.org/archives/list/docs@python.org/message/KE7OIAO53P4XRC4ZOWPDHA63ZQJCHEC3/

There are many similar errors in ePub.
But this issue is recent regression so worth enough to fix it.

@methane methane added type-bug An unexpected behavior, bug, or error docs Documentation in the Doc dir 3.11 3.10 3.12 labels Dec 30, 2022
@methane
Copy link
Member Author

methane commented Dec 30, 2022

ogp meta tags are not needed for ePub.
For longer term, we should have separated conf and contents.rst for ePub.

Additionally, ePub is xhtml, not html. So we need to make html compatible to xhtml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.10 3.11 3.12 awaiting core review docs Documentation in the Doc dir skip issue skip news type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants