From 570ca326852b61ed8b183ad6f02098cc3d7873e6 Mon Sep 17 00:00:00 2001 From: Daniel Pelaez-Zapata Date: Thu, 4 Jul 2024 13:46:31 +0200 Subject: [PATCH] trying to fix readthedocs autodoc --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 761ec88..cd8445c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,15 +18,6 @@ dependencies = [ "bottleneck", "tqdm" ] -[project.optional-dependencies] -test = ["pytest", "flake8"] -extra = ["zarr"] -docs = [ - "sphinx", - "sphinx-rtd-theme", - "autodoc" -] - classifiers = [ "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", @@ -49,3 +40,12 @@ build-backend = "setuptools.build_meta" [project.urls] "documentation" = "https://extended-wdm.readthedocs.io/en/latest/" + +[project.optional-dependencies] +test = ["pytest", "flake8"] +extra = ["zarr"] +docs = [ + "sphinx", + "sphinx-rtd-theme", + "autodoc" +]