Skip to content

Commit 73be2d5

Browse files
committed
main_doc -> master_doc
1 parent 30c7d69 commit 73be2d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
# (source start file, target name, title,
162162
# author, documentclass [howto, manual, or own class]).
163163
latex_documents = [
164-
(main_doc, 'pyro.tex', 'pyro Documentation',
164+
(master_doc, 'pyro.tex', 'pyro Documentation',
165165
'pyro development team', 'manual'),
166166
]
167167

@@ -171,7 +171,7 @@
171171
# One entry per manual page. List of tuples
172172
# (source start file, name, description, authors, manual section).
173173
man_pages = [
174-
(main_doc, 'pyro', 'pyro Documentation',
174+
(master_doc, 'pyro', 'pyro Documentation',
175175
[author], 1)
176176
]
177177

@@ -182,7 +182,7 @@
182182
# (source start file, target name, title, author,
183183
# dir menu entry, description, category)
184184
texinfo_documents = [
185-
(main_doc, 'pyro', 'pyro Documentation',
185+
(master_doc, 'pyro', 'pyro Documentation',
186186
author, 'pyro', 'One line description of project.',
187187
'Miscellaneous'),
188188
]

0 commit comments

Comments
 (0)