cs.app.pilfer.sitemap: DocSite.url_key: accept the extra= parameter by discarding it
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/python/cs/app/pilfer/sitemap.py
M lib/python/cs/app/pilfer/sitemap.py +1 -1
@@ 213,7 213,7 @@ class DocSite(SiteMap):
   )
 
   @promote
-  def url_key(self, url: URL) -> str | None:
+  def url_key(self, url: URL, **_) -> str | None:
     ''' Return a key for `.html` and `.js` and `..../` URLs.
     '''
     if url.path.endswith(self.CACHE_SUFFIXES):