aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-28 17:32:49 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-28 17:32:49 -0600
commit354f82ebc83f67e627ce5efdbf7172d210afa301 (patch)
tree693abbcbabf7b7249a70fc1c513135098e3659cc /conf.py
parentedf87f09045e8f56576b37078b4a0d220d6ddf55 (diff)
downloadspec-354f82ebc83f67e627ce5efdbf7172d210afa301.tar.gz
spec-354f82ebc83f67e627ce5efdbf7172d210afa301.zip
ensure file names are consistent
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py16
1 files changed, 14 insertions, 2 deletions
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'