@@ -74,8 +74,8 @@ def get_version():
7474# see https://github.com/phn/pytpm/issues/3#issuecomment-12133978
7575numpydoc_show_class_members = False
7676
77- # The master toctree document.
78- master_doc = 'index'
77+ # The main toctree document.
78+ main_doc = 'index'
7979
8080# General information about the project.
8181project = 'StarKiller Microphysics'
@@ -192,7 +192,7 @@ def get_version():
192192# (source start file, target name, title,
193193# author, documentclass [howto, manual, or own class]).
194194latex_documents = [
195- (master_doc , 'StarKillerMicrophysics.tex' , 'StarKiller Microphysics Documentation' ,
195+ (main_doc , 'StarKillerMicrophysics.tex' , 'StarKiller Microphysics Documentation' ,
196196 'StarKiller Development Team' , 'manual' ),
197197]
198198
@@ -202,7 +202,7 @@ def get_version():
202202# One entry per manual page. List of tuples
203203# (source start file, name, description, authors, manual section).
204204man_pages = [
205- (master_doc , 'starkillermicrophysics' , 'StarKiller Microphysics Documentation' ,
205+ (main_doc , 'starkillermicrophysics' , 'StarKiller Microphysics Documentation' ,
206206 [author ], 1 )
207207]
208208
@@ -213,7 +213,7 @@ def get_version():
213213# (source start file, target name, title, author,
214214# dir menu entry, description, category)
215215texinfo_documents = [
216- (master_doc , 'StarKillerMicrophysics' , 'StarKiller Microphysics Documentation' ,
216+ (main_doc , 'StarKillerMicrophysics' , 'StarKiller Microphysics Documentation' ,
217217 author , 'StarKillerMicrophysics' , 'One line description of project.' ,
218218 'Miscellaneous' ),
219219]
0 commit comments