Skip to content

Commit 5e8d17b

Browse files
committed
fix docs
1 parent 907ed25 commit 5e8d17b

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-li
22
libraries:
33
- id: google-cloud-spanner
44
version: 3.59.0
5-
last_generated_commit: cf0434f4bd20618db60ddd16a1e7db2c0dfb9158
5+
last_generated_commit: 136201b66f70829232b7ec63fa6e35ca765bcacb
66
apis:
77
- path: google/spanner/admin/database/v1
88
service_config: spanner.yaml

docs/conf.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616
#
17-
# google-cloud-spanner-admin-instance documentation build configuration file
17+
# google-cloud-spanner documentation build configuration file
1818
#
1919
# This file is execfile()d with the current directory set to its
2020
# containing dir.
@@ -81,7 +81,7 @@
8181
root_doc = "index"
8282

8383
# General information about the project.
84-
project = u"google-cloud-spanner-admin-instance"
84+
project = u"google-cloud-spanner"
8585
copyright = u"2025, Google, LLC"
8686
author = u"Google APIs"
8787

@@ -155,7 +155,7 @@
155155
# further. For a list of options available for each theme, see the
156156
# documentation.
157157
html_theme_options = {
158-
"description": "Google Cloud Client Libraries for google-cloud-spanner-admin-instance",
158+
"description": "Google Cloud Client Libraries for google-cloud-spanner",
159159
"github_user": "googleapis",
160160
"github_repo": "google-cloud-python",
161161
"github_banner": True,
@@ -249,7 +249,7 @@
249249
# html_search_scorer = 'scorer.js'
250250

251251
# Output file base name for HTML help builder.
252-
htmlhelp_basename = "google-cloud-spanner-admin-instance-doc"
252+
htmlhelp_basename = "google-cloud-spanner-doc"
253253

254254
# -- Options for warnings ------------------------------------------------------
255255

@@ -282,8 +282,8 @@
282282
latex_documents = [
283283
(
284284
root_doc,
285-
"google-cloud-spanner-admin-instance.tex",
286-
u"google-cloud-spanner-admin-instance Documentation",
285+
"google-cloud-spanner.tex",
286+
u"google-cloud-spanner Documentation",
287287
author,
288288
"manual",
289289
)
@@ -317,8 +317,8 @@
317317
man_pages = [
318318
(
319319
root_doc,
320-
"google-cloud-spanner-admin-instance",
321-
"google-cloud-spanner-admin-instance Documentation",
320+
"google-cloud-spanner",
321+
"google-cloud-spanner Documentation",
322322
[author],
323323
1,
324324
)
@@ -336,11 +336,11 @@
336336
texinfo_documents = [
337337
(
338338
root_doc,
339-
"google-cloud-spanner-admin-instance",
340-
"google-cloud-spanner-admin-instance Documentation",
339+
"google-cloud-spanner",
340+
"google-cloud-spanner Documentation",
341341
author,
342-
"google-cloud-spanner-admin-instance",
343-
"google-cloud-spanner-admin-instance Library",
342+
"google-cloud-spanner",
343+
"google-cloud-spanner Library",
344344
"APIs",
345345
)
346346
]

0 commit comments

Comments
 (0)