diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 100% rename from .readthedocs.yml rename to .readthedocs.yaml diff --git a/pyproject.toml b/pyproject.toml index effaf22..35040b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,3 +29,6 @@ pytest-xdist = { version = '*', optional = true } m2r2 = { version = '*', optional = true } sphinx = { version = '*', optional = true } sphinx-rtd-theme = { version = '*', optional = true } + +[tool.poetry.extras] +documentation = ['dunamai', 'm2r2', 'sphinx', 'sphinx-rtd-theme']