|
14 | 14 | # limitations under the License. |
15 | 15 | # |
16 | 16 | # |
17 | | -# google-cloud-spanner-admin-instance documentation build configuration file |
| 17 | +# google-cloud-spanner documentation build configuration file |
18 | 18 | # |
19 | 19 | # This file is execfile()d with the current directory set to its |
20 | 20 | # containing dir. |
|
81 | 81 | root_doc = "index" |
82 | 82 |
|
83 | 83 | # General information about the project. |
84 | | -project = u"google-cloud-spanner-admin-instance" |
| 84 | +project = u"google-cloud-spanner" |
85 | 85 | copyright = u"2025, Google, LLC" |
86 | 86 | author = u"Google APIs" |
87 | 87 |
|
|
155 | 155 | # further. For a list of options available for each theme, see the |
156 | 156 | # documentation. |
157 | 157 | 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", |
159 | 159 | "github_user": "googleapis", |
160 | 160 | "github_repo": "google-cloud-python", |
161 | 161 | "github_banner": True, |
|
249 | 249 | # html_search_scorer = 'scorer.js' |
250 | 250 |
|
251 | 251 | # Output file base name for HTML help builder. |
252 | | -htmlhelp_basename = "google-cloud-spanner-admin-instance-doc" |
| 252 | +htmlhelp_basename = "google-cloud-spanner-doc" |
253 | 253 |
|
254 | 254 | # -- Options for warnings ------------------------------------------------------ |
255 | 255 |
|
|
282 | 282 | latex_documents = [ |
283 | 283 | ( |
284 | 284 | 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", |
287 | 287 | author, |
288 | 288 | "manual", |
289 | 289 | ) |
|
317 | 317 | man_pages = [ |
318 | 318 | ( |
319 | 319 | root_doc, |
320 | | - "google-cloud-spanner-admin-instance", |
321 | | - "google-cloud-spanner-admin-instance Documentation", |
| 320 | + "google-cloud-spanner", |
| 321 | + "google-cloud-spanner Documentation", |
322 | 322 | [author], |
323 | 323 | 1, |
324 | 324 | ) |
|
336 | 336 | texinfo_documents = [ |
337 | 337 | ( |
338 | 338 | root_doc, |
339 | | - "google-cloud-spanner-admin-instance", |
340 | | - "google-cloud-spanner-admin-instance Documentation", |
| 339 | + "google-cloud-spanner", |
| 340 | + "google-cloud-spanner Documentation", |
341 | 341 | author, |
342 | | - "google-cloud-spanner-admin-instance", |
343 | | - "google-cloud-spanner-admin-instance Library", |
| 342 | + "google-cloud-spanner", |
| 343 | + "google-cloud-spanner Library", |
344 | 344 | "APIs", |
345 | 345 | ) |
346 | 346 | ] |
|
0 commit comments