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.
2 parents b2166ed + cc994f3 commit a34802eCopy full SHA for a34802e
docs/conf.py
@@ -267,6 +267,12 @@
267
268
# https://sphinx-sitemap.readthedocs.io/en/latest/getting-started.html#usage
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
0 commit comments