2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

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.
This commit is contained in:
Michał Kępień
2020-06-09 14:47:06 +02:00
parent b36b7e8674
commit 4118805348

View File

@@ -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'