From a45f28f0ecd830c4e5683d46d6b454861ba912b3 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sun, 6 Mar 2022 10:08:05 +0000 Subject: Rewrote strip_tags test file to lorem ipsum. --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 578bb62627..2711eb9c89 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 root document. -root_doc = "contents" +# The master toctree document. +master_doc = "contents" # General substitutions. project = "Django" @@ -347,7 +347,7 @@ man_pages = [ # description, category, toctree_only) texinfo_documents = [ ( - root_doc, + master_doc, "django", "", "", -- cgit v1.3