Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 26f7c27

Browse files
1 parent 3a2a53a commit 26f7c27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎docs/conf.py‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
# The encoding of source files.
7777
# source_encoding = 'utf-8-sig'
7878

79-
# The master toctree document.
80-
master_doc = "index"
79+
# The root toctree document.
80+
root_doc = "index"
8181

8282
# General information about the project.
8383
project = "google-cloud-debugger-client"
@@ -280,7 +280,7 @@
280280
# author, documentclass [howto, manual, or own class]).
281281
latex_documents = [
282282
(
283-
master_doc,
283+
root_doc,
284284
"google-cloud-debugger-client.tex",
285285
"google-cloud-debugger-client Documentation",
286286
author,
@@ -315,7 +315,7 @@
315315
# (source start file, name, description, authors, manual section).
316316
man_pages = [
317317
(
318-
master_doc,
318+
root_doc,
319319
"google-cloud-debugger-client",
320320
"google-cloud-debugger-client Documentation",
321321
[author],
@@ -334,7 +334,7 @@
334334
# dir menu entry, description, category)
335335
texinfo_documents = [
336336
(
337-
master_doc,
337+
root_doc,
338338
"google-cloud-debugger-client",
339339
"google-cloud-debugger-client Documentation",
340340
author,

0 commit comments

Comments
 (0)