Skip to content

Commit

Permalink
Merge pull request #32 from python-project-templates/tkp/sphinxcontrib
Browse files Browse the repository at this point in the history
Add minimum sphinxcontrib-mermaid for new features
  • Loading branch information
timkpaine authored Oct 12, 2024
2 parents b10da52 + 5939869 commit 5c74b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ dependencies = [
"myst-nb",
"packaging",
"rich",
"sphinx>=7.2.6,<8.1",
"sphinx>=7.2.6,<9",
"sphinx-autoapi",
"sphinx-copybutton",
"sphinx-design",
"sphinxcontrib-mermaid",
"sphinxcontrib-mermaid>=1,<2",
"toml",
"typer",
]
Expand Down

0 comments on commit 5c74b8b

Please sign in to comment.