Skip to content

Commit 7889258

Browse files
authored
[sphinx] replace deprecated 'master_doc' with 'root_doc' (#9600)
See https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-master_doc
1 parent df5533f commit 7889258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
# The encoding of source files.
107107
# source_encoding = 'utf-8-sig'
108108

109-
# The master toctree document.
110-
master_doc = "index"
109+
# The root toctree document.
110+
root_doc = "index"
111111

112112
# General information about the project.
113113
project = "Pylint"

0 commit comments

Comments
 (0)