Skip to content
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

generated sitemap.xml contains wrong links #90

Closed
orbeckst opened this issue Oct 13, 2021 · 0 comments · Fixed by #91
Closed

generated sitemap.xml contains wrong links #90

orbeckst opened this issue Oct 13, 2021 · 0 comments · Fixed by #91
Assignees
Labels
bug docs documentation

Comments

@orbeckst
Copy link
Member

orbeckst commented Oct 13, 2021

https://www.mdanalysis.org/pytng/sitemap.xml contains broken links because a version string was inserted.

The configuration for the sitemap sphinx plugin must be updated, see MDAnalysis/MDAnalysis.github.io#202

The solution appears is to set in conf.py

sitemap_url_scheme = "{link}"

so that the version is not included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug docs documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant