jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.58k stars 589 forks source link

Upgrade Sphinx used by Read the Docs #509

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

The docs build failure in https://github.com/jazzband/tablib/pull/508 / https://readthedocs.org/projects/tablib/builds/15132767/ is likely due to using an old version of Sphinx (1.8.5; Mar 10, 2019) which isn't compatible with the new docutils 0.18 release.

The newest Sphinx (4.2.0; Sep 12, 2021) isn't either, but it pins to a compatible docutils.

See https://github.com/sphinx-doc/sphinx/issues/9727.

~Creating a draft PR: we might need to iterate in case we need to specify extra requirements.~ Ready!

codecov[bot] commented 2 years ago

Codecov Report

Merging #509 (a4273c9) into master (d638ac1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #509   +/-   ##
=======================================
  Coverage   90.80%   90.80%           
=======================================
  Files          28       28           
  Lines        2653     2653           
=======================================
  Hits         2409     2409           
  Misses        244      244           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d638ac1...a4273c9. Read the comment docs.