aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
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'