Skip to content

Commit 42ce35c

Browse files
authored
Update pyproject.toml
Fix invalid sphinx spec
1 parent e76b909 commit 42ce35c

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
@@ -55,7 +55,7 @@ scanpy = {version = "*", optional = true}
5555

5656
[tool.poetry.extras]
5757
test = ["pytest", "scanpy"]
58-
docs=["sphinx-book-theme", "nbsphinx", "sphinx>", "ipython"]
58+
docs=["sphinx-book-theme", "nbsphinx", "sphinx", "ipython"]
5959

6060
[tool.poetry.dev-dependencies]
6161

@@ -65,4 +65,4 @@ build-backend = "poetry.masonry.api"
6565
requires = [
6666
"poetry>=1.0",
6767
"setuptools", # keep it here or "pip install -e" would fail
68-
]
68+
]

0 commit comments

Comments
 (0)