Skip to content

Commit

Permalink
[sphinx] replace deprecated 'master_doc' with 'root_doc' (#9600)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed May 6, 2024
1 parent df5533f commit 7889258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -106,8 +106,8 @@
# The encoding of source files.
# source_encoding = 'utf-8-sig'

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

# General information about the project.
project = "Pylint"
Expand Down

0 comments on commit 7889258

Please sign in to comment.