We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876f88f commit 0e7b5cdCopy full SHA for 0e7b5cd
docs/conf.py
@@ -269,6 +269,11 @@
269
html_baseurl = "https://dataframes.bigquery.dev/"
270
sitemap_locales = [None]
271
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
+
277
# -- Options for warnings ------------------------------------------------------
278
279
0 commit comments