Skip to content

Commit

Permalink
trying to fix readthedocs autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pelaez-Zapata committed Jul 4, 2024
1 parent 064687d commit 570ca32
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
]

0 comments on commit 570ca32

Please sign in to comment.