Skip to content

Commit 0d31234

Browse files
authored
DOC: Fix the author information and the structure in the PDF documention (#3840)
1 parent 28b363b commit 0d31234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,6 @@
252252

253253
# Options for LaTeX output.
254254
latex_engine = "xelatex"
255+
latex_documents = [
256+
(root_doc, "pygmt.tex", "The PyGMT Documentation", author, "manual", True)
257+
]

0 commit comments

Comments
 (0)