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,