Skip to content
Snippets Groups Projects
Verified Commit 76596b08 authored by Björn Ludwig's avatar Björn Ludwig
Browse files

build(docs deps): switch from group to extras for ReadTheDocs

parent b952a40c
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,11 @@ h5py = "^3.7.0"
numpy = "^1.24.1"
pooch = "^1.6.0"
tqdm = "^4.64.1"
ipython = {version = "^8.8.0", optional = true,extras = ["docs"]}
myst-parser = {version = "^0.18.1", optional = true, extras = ["docs"]}
nbsphinx = {version = "^0.8.12", optional = true, extras = ["docs"]}
sphinx = {version = "^5.3.0", optional = true, extras = ["docs"]}
sphinx-rtd-theme = {version = "^1.1.1", optional = true, extras = ["docs"]}
[tool.poetry.group.test]
optional = true
......@@ -56,17 +61,6 @@ optional = true
[tool.poetry.group.dev.dependencies]
black = {extras = ["jupyter"], version = "^22.12.0"}
[tool.poetry.group.docs]
optional = true
[tool.poetry.group.docs.dependencies]
ipython = "^8.7.0"
nbsphinx = "^0.8.10"
myst-parser = "^0.18.1"
sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.1.1"
[tool.poetry.group.release]
optional = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment