diff options
| author | Adam Johnson <me@adamj.eu> | 2021-11-22 10:47:38 +0000 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-03-08 14:50:06 +0100 |
| commit | a8c15481f4be93700f6e4a8f794de26744e6db20 (patch) | |
| tree | 1fd9a909f28d32133b6f4b6d903411491385bb25 /docs/conf.py | |
| parent | d4fd31684ad5a7b9be8a9d26c5a8796f96c8d80b (diff) | |
Rewrote some references to "master".
Following d9a266d657f66b8c4fa068408002a4e3709ee669.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 2711eb9c89..578bb62627 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -94,8 +94,8 @@ source_suffix = ".txt" # The encoding of source files. # source_encoding = 'utf-8-sig' -# The master toctree document. -master_doc = "contents" +# The root document. +root_doc = "contents" # General substitutions. project = "Django" @@ -347,7 +347,7 @@ man_pages = [ # description, category, toctree_only) texinfo_documents = [ ( - master_doc, + root_doc, "django", "", "", |
