Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin sphinx version in docs requirements #183

Merged
merged 1 commit into from
May 21, 2024
Merged

Unpin sphinx version in docs requirements #183

merged 1 commit into from
May 21, 2024

Conversation

niksirbi
Copy link
Member

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....

Copy link

sonarcloud bot commented May 20, 2024

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

Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@niksirbi niksirbi marked this pull request as ready for review May 20, 2024 15:50
@niksirbi niksirbi requested a review from lochhh May 20, 2024 15:50
@lochhh lochhh added this pull request to the merge queue May 21, 2024
Merged via the queue into main with commit b2de775 May 21, 2024
27 checks passed
@lochhh lochhh deleted the unpin-sphinx branch May 21, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants