Skip to content

Commit c2467a3

Browse files
committed
Merge branch 'main' of github.com:python-hydro/pyro2 into main
2 parents f0c4709 + 380f978 commit c2467a3

2 files changed

Lines changed: 37 additions & 36 deletions

File tree

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
numpydoc_show_class_members = False
5959

6060
# The main toctree document.
61-
main_doc = 'index'
61+
master_doc = 'index'
6262

6363
# General information about the project.
6464
project = 'pyro'
@@ -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)