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

Commit fe1051a

Browse files
committed
Merge branch 'master-to-main' of https://github.com/googleapis/python-source-context into master-to-main
2 parents 9a750ca + e5f0f66 commit fe1051a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.kokoro/test-samples-impl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ for file in samples/**/requirements.txt; do
8080
EXIT=$?
8181

8282
# If this is a periodic build, send the test log to the FlakyBot.
83-
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
83+
# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
8484
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"periodic"* ]]; then
8585
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
8686
$KOKORO_GFILE_DIR/linux_amd64/flakybot

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 main toctree document.
80-
main_doc = "index"
79+
# The master toctree document.
80+
master_doc = "index"
8181

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

0 commit comments

Comments
 (0)