Skip to content

Commit bfce9f4

Browse files
committed
chore(docs): pin sphinx<9 to avoid sphinx-click breakage
1 parent 0b36f79 commit bfce9f4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030

3131
- Fixed black videos on macOS (Qt player) by forcing absolute paths for video files.
3232
[@albertocasagrande](https://github.com/albertocasagrande) [#575](https://github.com/jeertmans/manim-slides/pull/575)
33+
- Pinned `sphinx` to `<9` to avoid breakage with `sphinx-click` and the Sphinx v9 release.
34+
[#581](https://github.com/jeertmans/manim-slides/pull/581)
3335

3436
(v5.5.2)=
3537
## [v5.5.2](https://github.com/jeertmans/manim-slides/compare/v5.5.1...v5.5.2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docs = [
1616
"myst-parser>=2.0.0",
1717
"nbsphinx>=0.9.2",
1818
"pandoc>=2.3",
19-
"sphinx>=7.0.1",
19+
"sphinx>=7.0.1,<9",
2020
"sphinxcontrib-programoutput>=0.18",
2121
"sphinx-design>=0.6.1",
2222
"sphinx-click>=4.4.0",

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)