Skip to content

Commit 62db5bc

Browse files
authored
Merge pull request #230 from lsst-sqre/tickets/DM-46777/mermaid-compat
DM-46777: sphinx < 8.1.0
2 parents bc15803 + e85f2f4 commit 62db5bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Bug fixes
2+
3+
- Pin `sphinx` to < 8.1.0. [Sphinx 8.1.0](https://github.com/sphinx-doc/sphinx/compare/v8.0.2...v8.1.0) contains [a commit](https://github.com/sphinx-doc/sphinx/pull/12762/files#diff-a4c6bf1492ef480b94af82c988f64ca56fa256fab0ed043a5ad3d4043f89a645L14) that removes the `ExtensionError` export from the `sphinx.util` package. This currently breaks the [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) dependency.
4+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requires-python = ">=3.11"
2626
dynamic = ["version"]
2727
dependencies = [
2828
"docutils>=0.20", # solves an extra div bug with the bibliography directive
29-
"Sphinx>=7", # Consistent docutils constraint
29+
"Sphinx>=7,<8.1.0", # Consistent docutils constraint, mermaid compatibility
3030
"PyYAML",
3131
"GitPython",
3232
"requests",

0 commit comments

Comments
 (0)