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 9d5495d commit 52354fdCopy full SHA for 52354fd
1 file changed
docs/source/conf.py
@@ -131,7 +131,7 @@ def generate_sitemap():
131
132
# Initialize the builder.
133
builder = SitemapBuilder(
134
- server_url=DOCS_URL, # Parsing None will automatically resolve server URL
+ server_url=DUCK_DOCS_MAIN_URL, # Parsing None will automatically resolve server URL; this might cause an error.
135
save_to_file=True,
136
filepath=sitemap_filepath,
137
extra_urls=urls,
0 commit comments