Skip to content

Commit

Permalink
Declare extra dependencies for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Nov 20, 2019
1 parent 0d1147b commit b778b99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ pytest-cov = "^2.8.1"
pytest-mock = "^1.11.2"
xdoctest = "^0.10.2"

[tool.poetry.extras]
docs = ["sphinx", "sphinx-rtd-theme", "sphinx-autodoc-typehints"]

[tool.poetry.scripts]
hypermodern-python = "hypermodern_python.console:main"

Expand Down

0 comments on commit b778b99

Please sign in to comment.