From 6c8549692058ae0711da3eb8c2dac6ab2b0c6741 Mon Sep 17 00:00:00 2001 From: Max Value Date: Fri, 21 Mar 2025 22:04:24 +0000 Subject: [PATCH] Added support for generating EPUB docs --- teleshopping.py | 2 ++ templates/docs.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/teleshopping.py b/teleshopping.py index 270d1ce..a860e35 100755 --- a/teleshopping.py +++ b/teleshopping.py @@ -223,6 +223,8 @@ def generate_docs(): system(f"ebook-convert '{path.join(docs_path, 'documentation.html')}' '{path.join(docs_path, 'documentation.mobi')}' --title='XMDV Teleshopping Documentation' --authors='William Greenwood' --comments='Valid for {static_info['shoot']['date']}' --language=en --change-justification=left --cover='{path.join(app.root_path, 'static', 'cover.jpg')}'") + system(f"ebook-convert '{path.join(docs_path, 'documentation.html')}' '{path.join(docs_path, 'documentation.epub')}' --title='XMDV Teleshopping Documentation' --authors='William Greenwood' --comments='Valid for {static_info['shoot']['date']}' --language=en --change-justification=left --cover='{path.join(app.root_path, 'static', 'cover.jpg')}'") + return "", 200 diff --git a/templates/docs.html b/templates/docs.html index 8d6a63d..200579e 100644 --- a/templates/docs.html +++ b/templates/docs.html @@ -185,8 +185,10 @@ details { {% if book %}

For print document links, see web version of this document.

{% else %} -

PDF Documents

+

Other document formats