Skip to content

Commit

Permalink
Add sphinx autoapi requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Nov 16, 2023
1 parent 4254f5a commit 6ca6079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ easyunfold = "easyunfold.cli:easyunfold"
[project.optional-dependencies]
doc = [
"sphinx-click>=4,<5", "sphinx-autodoc2>=0.4,<0.5", "sphinx-book-theme>=1,<2",
"sphinx-copybutton>=0.3,<0.4", "myst-parser[linkify]", "sphinx>=6,<7"
"sphinx-copybutton>=0.3,<0.4", "myst-parser[linkify]", "sphinx>=6,<7", "sphinx-autoapi==3.0.0"
]
test = ["pytest", "pytest-cov", "coverage", "sumo"]
dos = ["sumo"]
Expand Down

0 comments on commit 6ca6079

Please sign in to comment.