-
Notifications
You must be signed in to change notification settings - Fork 361
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 generation of epub (sphinx bug) #3749
base: develop2
Are you sure you want to change the base?
Conversation
@memsharded I'm able to create epub with this change |
Did you check the contents? |
No. I haven't checked it thoroughly. Will do it soon. |
@memsharded I'm not sure it's broken. Reader able to open it, But sometimes you can find some formatting (???) issues like following |
Co-authored-by: Abril Rincón Blanco <[email protected]>
conf.py
Outdated
|
||
def fix_epub_generation(app): | ||
# Ensure there's an epub handler | ||
if "html" in app.registry.translation_handlers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing :
?
Close #3747