ansys / pyacp

Python Client for Ansys Composite PrepPost
https://acp.docs.pyansys.com
MIT License
4 stars 1 forks source link

Remove workaround for sphinx cache warning #533

Closed greschd closed 4 months ago

greschd commented 4 months ago

Remove the suppression of the sphinx 'config.cache' warning, by using the string representation of the sphinx-gallery 'FileNameSortKey' instead of directly passing the class.

See https://sphinx-gallery.github.io/dev/configuration.html#importing-callables

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 91.98%. Comparing base (069645a) to head (5fc1e8d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #533 +/- ## ======================================= Coverage 91.98% 91.98% ======================================= Files 82 82 Lines 4252 4252 ======================================= Hits 3911 3911 Misses 341 341 ```

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