Skip to content

Commit

Permalink
Chore: Add numpydoc to extras.docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Jan 21, 2021
1 parent 139d49b commit 920fcad
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,7 +30,7 @@ coverage = {extras = ["toml"], version = "^5.3.1"}
Sphinx = {version = "^3.4.2", optional = true}
pytest = "^6.2.1"
ipython = "^7.19.0"
numpydoc = "^1.1.0"
numpydoc = {version = "^1.1.0", optional = true}
pylint = "^2.6.0"
black = "^20.8b1"
mypy = "^0.790"
Expand All @@ -41,7 +41,7 @@ jedi = "0.17.2"
parso = "0.7.1"

[tool.poetry.extras]
docs = ["Sphinx", "sphinx-rtd-theme"]
docs = ["Sphinx", "sphinx-rtd-theme", "numpydoc"]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 920fcad

Please sign in to comment.