Chilipp / autodocsumm

Extending your autodoc API docs with a summary
Apache License 2.0
48 stars 14 forks source link

Fix ci test failures #71

Closed theOehrly closed 2 years ago

theOehrly commented 2 years ago

Reason for the ci failures: Sphinx <= 4.0.1 is incompatible with jinja2 >= 3.1

I pinned the jinja2 dependency in all relevant ci runs. This means, only the CI run with no additional version requirement for sphinx runs with jinja2 not pinned.

See https://github.com/sphinx-doc/sphinx/issues/10291 for reference

codecov[bot] commented 2 years ago

Codecov Report

Merging #71 (bba62da) into master (1f4abeb) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #71   +/-   ##
=======================================
  Coverage   86.46%   86.46%           
=======================================
  Files           1        1           
  Lines         303      303           
=======================================
  Hits          262      262           
  Misses         41       41           

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 1f4abeb...bba62da. Read the comment docs.