Pandas docs outage triggers GitHub Pages migration
A GitHub issue reported `pandas.pydata.org/docs` returning HTTP 522 on March 13, 2026, exposing fragility in the project’s docs hosting setup. A same-day pull request proposed moving docs deployment to GitHub Pages, though maintainers noted older version artifacts may need manual recovery.
Open-source projects often treat donated infrastructure as “set and forget,” but this incident shows docs reliability needs explicit ownership and failover paths.
- –Pandas’ sponsors page lists OVH as an in-kind docs host, so an operational lapse there can still become a user-facing outage.
- –The proposed `gh-pages` migration keeps deployment closer to core project workflows and reduces dependence on a single external box.
- –Historical docs versions may remain incomplete until old build artifacts are restored or rebuilt.
DISCOVERED
74d ago
2026-03-13
PUBLISHED
75d ago
2026-03-13
RELEVANCE
AUTHOR
nwalters512