From b778b99b4e0b81fdbc503580117a8d16a239f07c Mon Sep 17 00:00:00 2001 From: Claudio Jolowicz Date: Wed, 20 Nov 2019 14:58:39 +0100 Subject: [PATCH] Declare extra dependencies for documentation --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2941df09..9078e3e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"