Skip to content

Commit 0d20a9f

Browse files
committed
sphinx conf.py: root_doc
1 parent c62ae80 commit 0d20a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def setup(app):
6060
# source_suffix = ['.rst', '.md']
6161
source_suffix = [".rst", ".md"]
6262

63-
# The master toctree document.
64-
master_doc = "index"
63+
# The root toctree document.
64+
root_doc = master_doc = "index"
6565

6666
# General information about the project.
6767
project = "repo2docker"

0 commit comments

Comments
 (0)