We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7593420 + 329f0af commit 8578923Copy full SHA for 8578923
.readthedocs.yml
@@ -5,6 +5,11 @@
5
# Required
6
version: 2
7
8
+# Build PDF & ePub
9
+formats:
10
+ - epub
11
+ - pdf
12
+
13
# Where the Sphinx conf.py file is located
14
sphinx:
15
configuration: docs/source/conf.py
docs/source/conf.py
@@ -97,3 +97,9 @@
97
.. role:: img-title-para
98
99
"""
100
101
+# -- Options for LaTeX output -------------------------------------------------
102
103
+latex_elements = {
104
+ 'classoptions': ',openany,oneside'
105
+}
0 commit comments