From 6ad9d85d20fc40c6a45811e85f8739c90686810a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 23 Aug 2021 18:40:49 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- docs/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dad92cf..7fd068c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,8 +76,8 @@ # The encoding of source files. # source_encoding = 'utf-8-sig' -# The root toctree document. -root_doc = "index" +# The master toctree document. +master_doc = "index" # General information about the project. project = "google-cloud-source-context" @@ -280,7 +280,7 @@ # author, documentclass [howto, manual, or own class]). latex_documents = [ ( - root_doc, + master_doc, "google-cloud-source-context.tex", "google-cloud-source-context Documentation", author, @@ -315,7 +315,7 @@ # (source start file, name, description, authors, manual section). man_pages = [ ( - root_doc, + master_doc, "google-cloud-source-context", "google-cloud-source-context Documentation", [author], @@ -334,7 +334,7 @@ # dir menu entry, description, category) texinfo_documents = [ ( - root_doc, + master_doc, "google-cloud-source-context", "google-cloud-source-context Documentation", author,