bjlittle / geovista

Cartographic rendering and mesh analytics powered by PyVista
https://geovista.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
144 stars 22 forks source link

unpin sphinx-autoapi #858

Closed bjlittle closed 1 month ago

bjlittle commented 1 month ago

🚀 Pull Request

Description

Part revert #857 for sphinx-autoapi, clearly there is another package dependency in the stack holding it back from using the latest version i.e., >=3.1.


codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.18%. Comparing base (2317b14) to head (9cfaf1e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #858 +/- ## ======================================= Coverage 91.18% 91.18% ======================================= Files 58 58 Lines 2939 2939 ======================================= Hits 2680 2680 Misses 259 259 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bjlittle commented 1 month ago

Ahhh the issue is that the latest version of sphinx-autoapi is available on PyPI i.e., 3.1.2, but not on conda-forge ... the maintainers have several pending bot PRs to update the feedstock.