From 354f82ebc83f67e627ce5efdbf7172d210afa301 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 28 Oct 2020 17:32:49 -0600 Subject: ensure file names are consistent --- conf.py | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 01bec76..955ec83 100644 --- a/conf.py +++ b/conf.py @@ -39,8 +39,6 @@ templates_path = ['_templates'] # This pattern also affects html_static_path and html_extra_path. exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] -latex_engine = 'xelatex' - # -- Options for HTML output ------------------------------------------------- @@ -57,3 +55,17 @@ html_static_path = ['_static'] html_theme_options = { "nosidebar": True, } + + +# PDF output + +rinoh_documents = [('index', # top-level file (index.rst) + 'crowbar-spec', # output (crowbar-spec.pdf) + 'Crowbar Specification', # document title + author)] # document author + + + +# epub output + +epub_basename = 'crowbar-spec' -- cgit v1.2.3