Skip to content

Commit 8578923

Browse files
Merge pull request #127 from arijitde92/main
Publish PDF version of RTD documentation #125
2 parents 7593420 + 329f0af commit 8578923

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Required
66
version: 2
77

8+
# Build PDF & ePub
9+
formats:
10+
- epub
11+
- pdf
12+
813
# Where the Sphinx conf.py file is located
914
sphinx:
1015
configuration: docs/source/conf.py

docs/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,9 @@
9797
.. role:: img-title-para
9898
9999
"""
100+
101+
# -- Options for LaTeX output -------------------------------------------------
102+
103+
latex_elements = {
104+
'classoptions': ',openany,oneside'
105+
}

0 commit comments

Comments
 (0)