From: Michał Kępień Date: Tue, 9 Jun 2020 12:47:06 +0000 (+0200) Subject: Make Sphinx output document naming consistent X-Git-Tag: v9.17.2~7^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4118805348b84a170c28a572b82a32f648900995;p=thirdparty%2Fbind9.git Make Sphinx output document naming consistent Ensure the name of the EPUB file produced by Sphinx is consistent with the name of its PDF counterpart by adjusting Sphinx configuration. --- diff --git a/doc/arm/conf.py b/doc/arm/conf.py index 9f830565779..92a758703cb 100644 --- a/doc/arm/conf.py +++ b/doc/arm/conf.py @@ -75,6 +75,10 @@ master_doc = 'index' # html_theme = 'sphinx_rtd_theme' +# -- Options for EPUB output ------------------------------------------------- + +epub_basename = 'Bv9ARM' + # -- Options for LaTeX output ------------------------------------------------ latex_engine = 'xelatex'