Skip to content

Commit dda93d3

Browse files
committed
Fix incorrect Sphinx rename.
1 parent b5954e6 commit dda93d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
source_suffix = ".rst"
5858

5959
# The main toctree document.
60-
main_doc = "index"
60+
root_doc = "index"
6161

6262
# General information about the project.
6363
project = "sparse"
@@ -151,13 +151,13 @@
151151
# Grouping the document tree into LaTeX files. List of tuples
152152
# (source start file, target name, title,
153153
# author, documentclass [howto, manual, or own class]).
154-
latex_documents = [(main_doc, "sparse.tex", "sparse Documentation", "Sparse Developers", "manual")]
154+
latex_documents = [(root_doc, "sparse.tex", "sparse Documentation", "Sparse Developers", "manual")]
155155

156156
# -- Options for manual page output ---------------------------------------
157157

158158
# One entry per manual page. List of tuples
159159
# (source start file, name, description, authors, manual section).
160-
man_pages = [(main_doc, "sparse", "sparse Documentation", [author], 1)]
160+
man_pages = [(root_doc, "sparse", "sparse Documentation", [author], 1)]
161161

162162
# -- Options for Texinfo output -------------------------------------------
163163

@@ -166,7 +166,7 @@
166166
# dir menu entry, description, category)
167167
texinfo_documents = [
168168
(
169-
main_doc,
169+
root_doc,
170170
"sparse",
171171
"sparse Documentation",
172172
author,

0 commit comments

Comments
 (0)