summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinx/conf.py')
-rw-r--r--doc/sphinx/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index d6d0778..9db9095 100644
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -59,6 +59,10 @@ napoleon_include_private_with_doc = True
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
+# Since 0.99, rst2pdf says: "twoColumn isn't part of the default styles
+# in 0.99. You need to add the twocolumn style file."
+pdf_stylesheets = ['twocolumn']
+
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#