From 3b120bd51e0193513d3b625636fca81d9b8839c6 Mon Sep 17 00:00:00 2001 From: "George K. Thiruvathukal" Date: Sun, 10 Nov 2019 10:50:30 -0600 Subject: [PATCH] fix problem with epub builder output filename --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index f83fff2..0852168 100644 --- a/source/conf.py +++ b/source/conf.py @@ -266,6 +266,7 @@ # -- Options for Epub output --------------------------------------------------- # Bibliographic Dublin Core info. +epub_basename = u'SoftwareSystemsLaboratory' epub_title = u'Software and Systems Laboratory' epub_author = u'Software and Systems Laboratory' epub_publisher = u'Software and Systems Laboratory'