-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with Sphinx 7.2 #69
Comments
Opened #70, hopefully it works 🤞 |
Thanks! I'll have to test it out to make sure it doesn't break for older versions (it doesn't seem to be) and update tox as well now that 7 is out. |
Want me to add that parametrization to |
... couldn't resist the temptation. Added to #70 but I can revert if needed |
Thanks for pointing that out @kai687 and thanks for the great work in the PR @larsoner! 2.5.1 is out now with the fix: https://github.com/jdillard/sphinx-sitemap/releases/tag/v2.5.1 |
app.outdir
is now a Path, not a string,so line 213 breaks.
The text was updated successfully, but these errors were encountered: