Skip to content

Commit 52354fd

Browse files
committed
Updated server url in Docs sitemap generation
1 parent 9d5495d commit 52354fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def generate_sitemap():
131131

132132
# Initialize the builder.
133133
builder = SitemapBuilder(
134-
server_url=DOCS_URL, # Parsing None will automatically resolve server URL
134+
server_url=DUCK_DOCS_MAIN_URL, # Parsing None will automatically resolve server URL; this might cause an error.
135135
save_to_file=True,
136136
filepath=sitemap_filepath,
137137
extra_urls=urls,

0 commit comments

Comments
 (0)