|
13 | 13 | # See the License for the specific language governing permissions and |
14 | 14 | # limitations under the License. |
15 | 15 | ## |
16 | | -# google-cloud-firestore-admin documentation build configuration file |
| 16 | +# google-cloud-firestore documentation build configuration file |
17 | 17 | # |
18 | 18 | # This file is execfile()d with the current directory set to its |
19 | 19 | # containing dir. |
|
82 | 82 | root_doc = "index" |
83 | 83 |
|
84 | 84 | # General information about the project. |
85 | | -project = "google-cloud-firestore-admin" |
| 85 | +project = "google-cloud-firestore" |
86 | 86 | copyright = "2025, Google, LLC" |
87 | 87 | author = "Google APIs" |
88 | 88 |
|
|
160 | 160 | # further. For a list of options available for each theme, see the |
161 | 161 | # documentation. |
162 | 162 | html_theme_options = { |
163 | | - "description": "Google Cloud Client Libraries for google-cloud-firestore-admin", |
| 163 | + "description": "Google Cloud Client Libraries for google-cloud-firestore", |
164 | 164 | "github_user": "googleapis", |
165 | 165 | "github_repo": "google-cloud-python", |
166 | 166 | "github_banner": True, |
|
254 | 254 | # html_search_scorer = 'scorer.js' |
255 | 255 |
|
256 | 256 | # Output file base name for HTML help builder. |
257 | | -htmlhelp_basename = "google-cloud-firestore-admin-doc" |
| 257 | +htmlhelp_basename = "google-cloud-firestore-doc" |
258 | 258 |
|
259 | 259 | # -- Options for warnings ------------------------------------------------------ |
260 | 260 |
|
|
287 | 287 | latex_documents = [ |
288 | 288 | ( |
289 | 289 | root_doc, |
290 | | - "google-cloud-firestore-admin.tex", |
291 | | - "google-cloud-firestore-admin Documentation", |
| 290 | + "google-cloud-firestore.tex", |
| 291 | + "google-cloud-firestore Documentation", |
292 | 292 | author, |
293 | 293 | "manual", |
294 | 294 | ) |
|
322 | 322 | man_pages = [ |
323 | 323 | ( |
324 | 324 | root_doc, |
325 | | - "google-cloud-firestore-admin", |
326 | | - "google-cloud-firestore-admin Documentation", |
| 325 | + "google-cloud-firestore", |
| 326 | + "google-cloud-firestore Documentation", |
327 | 327 | [author], |
328 | 328 | 1, |
329 | 329 | ) |
|
341 | 341 | texinfo_documents = [ |
342 | 342 | ( |
343 | 343 | root_doc, |
344 | | - "google-cloud-firestore-admin", |
345 | | - "google-cloud-firestore-admin Documentation", |
| 344 | + "google-cloud-firestore", |
| 345 | + "google-cloud-firestore Documentation", |
346 | 346 | author, |
347 | | - "google-cloud-firestore-admin", |
348 | | - "google-cloud-firestore-admin Library", |
| 347 | + "google-cloud-firestore", |
| 348 | + "google-cloud-firestore Library", |
349 | 349 | "APIs", |
350 | 350 | ) |
351 | 351 | ] |
|
0 commit comments