Skip to content

Commit 0e7b5cd

Browse files
committed
chore: exclude language
1 parent 876f88f commit 0e7b5cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@
269269
html_baseurl = "https://dataframes.bigquery.dev/"
270270
sitemap_locales = [None]
271271

272+
# We don't have any immediate plans to translate the API reference, so omit the
273+
# language from the URLs.
274+
# https://sphinx-sitemap.readthedocs.io/en/latest/advanced-configuration.html#configuration-customizing-url-scheme
275+
sitemap_url_scheme = "{link}"
276+
272277
# -- Options for warnings ------------------------------------------------------
273278

274279

0 commit comments

Comments
 (0)