Skip to content

Commit

Permalink
Use updated sphinx terms
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi committed Jan 27, 2022
1 parent d03f896 commit 2e384a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
# http://www.sphinx-doc.org/en/master/config
# http://www.sphinx-doc.org/en/main/config

# -- Path setup --------------------------------------------------------------

Expand Down Expand Up @@ -81,8 +81,8 @@
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'

# The master toctree document.
master_doc = 'index'
# The root toctree document.
root_doc = 'index'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -164,7 +164,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'econml.tex', 'econml Documentation',
(root_doc, 'econml.tex', 'econml Documentation',
'Microsoft Research', 'manual'),
]

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

Expand All @@ -185,7 +185,7 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'econml', 'econml Documentation',
(root_doc, 'econml', 'econml Documentation',
author, 'econml', 'One line description of project.',
'Miscellaneous'),
]
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. econml documentation master file, created by
.. econml documentation root file, created by
sphinx-quickstart on Fri Feb 15 12:08:35 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Expand Down

0 comments on commit 2e384a6

Please sign in to comment.