Skip to content

Commit 5c74b8b

Browse files
authored
Merge pull request #32 from python-project-templates/tkp/sphinxcontrib
Add minimum sphinxcontrib-mermaid for new features
2 parents b10da52 + 5939869 commit 5c74b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ dependencies = [
3030
"myst-nb",
3131
"packaging",
3232
"rich",
33-
"sphinx>=7.2.6,<8.1",
33+
"sphinx>=7.2.6,<9",
3434
"sphinx-autoapi",
3535
"sphinx-copybutton",
3636
"sphinx-design",
37-
"sphinxcontrib-mermaid",
37+
"sphinxcontrib-mermaid>=1,<2",
3838
"toml",
3939
"typer",
4040
]

0 commit comments

Comments
 (0)