Skip to content

Commit 329f0af

Browse files
committed
Added setting to remove blank page in PDF
Added latex_elements in the conf.py file Signed-off-by: Arijit De <arijitde2050@gmail.com>
1 parent 0e8a3b4 commit 329f0af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)