jdillard / sphinx-sitemap

Sphinx extension to generate a multi-lingual, multi-version sitemap for HTML builds
https://sphinx-sitemap.readthedocs.io/en/latest/index.html
MIT License
55 stars 21 forks source link

Fix to respect the sphinx config "html_file_suffix". #57

Closed jdetaeye closed 1 year ago

jdetaeye commented 1 year ago

As reported in #56, here is a trivial one-liner pull request to fix the issue.

jdillard commented 1 year ago

hrm it looks like the default for html_file_suffix might actually be None, instead of .html like the docs say, trying to confirm that.