Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Jul 26, 2023
1 parent ca636d2 commit dd2f48c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'

# The main toctree document.
main_doc = 'index'
# The master toctree document.
master_doc = 'index'

# General information about the project.
project = u'Pints'
Expand Down Expand Up @@ -149,7 +149,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(main_doc, 'Pints.tex', u'Pints Documentation',
(master_doc, 'Pints.tex', u'Pints Documentation',
u'Pints Authors', 'manual'),
]

Expand All @@ -159,7 +159,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(main_doc, 'pints', u'Pints Documentation',
(master_doc, 'pints', u'Pints Documentation',
[author], 1)
]

Expand All @@ -170,7 +170,7 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(main_doc, 'Pints', u'Pints Documentation',
(master_doc, 'Pints', u'Pints Documentation',
author, 'Pints', 'One line description of project.',
'Miscellaneous'),
]
Expand Down

0 comments on commit dd2f48c

Please sign in to comment.