hdmf-dev / hdmf

The Hierarchical Data Modeling Framework
http://hdmf.readthedocs.io
Other
46 stars 24 forks source link

Ignore config cache warnings in sphinx #1105

Closed stephprince closed 2 months ago

stephprince commented 2 months ago

Motivation

The sphinx_gallery_conf configuration contains classes that are unpickleable and will now warn the user. This warning causes the link checker workflow to fail.

How to test the behavior?

Update sphinx and run the following:

cd docs
make clean && make html

Checklist

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 88.70%. Comparing base (6d0be17) to head (65cc90d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1105 +/- ## ======================================= Coverage 88.70% 88.70% ======================================= Files 45 45 Lines 9745 9745 Branches 2767 2767 ======================================= Hits 8644 8644 Misses 779 779 Partials 322 322 ```

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