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 8d205ef + e3aaf63 commit 5072e43Copy full SHA for 5072e43
.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
@@ -95,3 +95,9 @@
95
.. role:: img-title-para
96
97
"""
98
99
+# -- Options for LaTeX output -------------------------------------------------
100
101
+latex_elements = {
102
+ 'classoptions': ',openany,oneside'
103
+}
setup.cfg
@@ -58,6 +58,6 @@ testing =
58
isort
59
60
docs =
61
- Sphinx == 6.2.1
+ Sphinx == 5.1.0
62
sphinx-rtd-theme >= 0.5.0
63
doc8 >= 0.8.1
0 commit comments