Skip to content

Commit 1b9f0cf

Browse files
authored
fix: Pin shibuya (#4839)
### Description Apidocs build started [failing](https://github.com/getsentry/sentry-python/actions/runs/17918383503/job/50946544869?pr=4837) a couple hours ago. A [new version](https://pypi.org/project/shibuya/2025.9.22/) of the shibuya theme was released recently, which seems to be the culprit. Pinning for now to unblock, will investigate whether we can just adapt. #### Issues <!-- * resolves: #1234 * resolves: LIN-1234 --> #### Reminders - Please add tests to validate your changes, and lint your code using `tox -e linters`. - Add GH Issue ID _&_ Linear ID (if applicable) - PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`) - For external contributors: [CONTRIBUTING.md](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr)
1 parent 34a3580 commit 1b9f0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gevent
2-
shibuya
2+
shibuya<2025.9.22
33
sphinx<8.2
44
sphinx-autodoc-typehints[type_comments]>=1.8.0
55
typing-extensions

0 commit comments

Comments
 (0)