Skip to content

Commit

Permalink
Fix dependencies resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 17, 2024
1 parent 418068a commit b5e3fdb
Show file tree
Hide file tree
Showing 2 changed files with 864 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ test = [
docs = [
"furo ~= 2024.8.6",
"myst-parser ~= 3.0.0",
# Sphinx 7.2.0 is the first version to drop Python 3.8.
"sphinx >= 7.2.0",
"sphinx-autodoc-typehints ~= 2.2.2",
"sphinx >= 7",
"sphinx-autodoc-typehints >= 2",
"sphinx-copybutton ~= 0.5.2",
# sphinx-design 0.5.0 is the first to allow Sphinx 7.
"sphinx-design ~= 0.6.0",
"sphinx-design >= 0.5",
"sphinx-issues ~= 4.1.0",
"sphinxcontrib-mermaid ~= 0.9.2",
"sphinxext-opengraph ~= 0.9.0",
Expand Down
Loading

0 comments on commit b5e3fdb

Please sign in to comment.