Skip to content

Commit

Permalink
Minor: Replaced master_doc with main_doc in docs configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Sep 30, 2021
1 parent cf6dfa0 commit 3fbf900
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 @@ -63,8 +63,8 @@
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'

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


# A list of default flags for automatically documented items.
Expand Down Expand Up @@ -154,7 +154,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'ARC.tex', u'ARC Documentation',
(main_doc, 'ARC.tex', u'ARC Documentation',
u'Alon Grinberg Dana', 'manual'),
]

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

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

0 comments on commit 3fbf900

Please sign in to comment.