neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
77 stars 7 forks source link

Unpin sphinx version in docs requirements #183

Closed niksirbi closed 1 month ago

niksirbi commented 1 month ago

Description

For some reason, which I have since forgotten, we had pinned the sphinx version to <7.2 It could have been this reason described by @JoeZiminski. If that was the reason, it shouldn't be a problem anymore, since we are already applying the exclude_patterns solution.

This PR changes the dependency constraint from <7.2 to >=7.0, so we should get the latest version.

I tested with sphinx local builds, and it works without error/warnings. Let' see if the CI passes....

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 99.68%. Comparing base (3542b29) to head (40df3e1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #183 +/- ## ======================================= Coverage 99.68% 99.68% ======================================= Files 11 11 Lines 638 638 ======================================= Hits 636 636 Misses 2 2 ```

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