You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dev/sitemap.xml and stable/sitemap.xml point to version 2.0.0-dev0 and 1.0.0 URLs, respectively, because they are just naively copied from their respective docs.
Expected behavior
Sitemaps only include URLs within the same directory. https://www.sitemaps.org/faq.html#faq_sitemap_location
Actual behavior
dev/sitemap.xml and stable/sitemap.xml point to version 2.0.0-dev0 and 1.0.0 URLs, respectively, because they are just naively copied from their respective docs.
Code to reproduce the behavior
By inspection
Current version of MDAnalysis
python -c "import MDAnalysis as mda; print(mda.__version__)"
) developpython -V
)?The text was updated successfully, but these errors were encountered: