Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Fix invalid sphinx spec
  • Loading branch information
deto authored Jul 11, 2023
1 parent e76b909 commit 42ce35c
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 @@ -55,7 +55,7 @@ scanpy = {version = "*", optional = true}

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

[tool.poetry.dev-dependencies]

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

0 comments on commit 42ce35c

Please sign in to comment.