Skip to content

Commit a48b402

Browse files
committed
Fixing .toml
1 parent b5ccd53 commit a48b402

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

pyproject.toml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,21 @@ librosa = "^0.10.2.post1"
1919
gudhi = "^3.10.1"
2020
# matlabengine = "9.13.6" # Check this is correct for your Matlab installation.
2121
numba = "^0.61.0"
22-
23-
# nbformat = "4.2.0"
2422
nbformat = "^5.9.2"
25-
# ipykernel = "^6.29.5"
2623

24+
# Install Docs dependencies "poetry install --with docs"
25+
[tool.poetry.group.docs]
26+
optional = true
27+
28+
[tool.poetry.group.docs.dependencies]
29+
Sphinx = {version = ">=6,<8"}
30+
sphinx-rtd-theme = {version = "^1.0.0"}
31+
nbsphinx = { version = "^0.9.2"}
32+
sphinxcontrib-bibtex = { version = "^2.5.0"}
33+
myst-parser = { version = "^2.0.0"}
34+
sphinx-copybutton = { version = "^0.5.2"}
35+
sphinx-sizzle-theme = "^0.1.3"
36+
sphinx-material = "^0.0.36"
2737

2838
[build-system]
2939
requires = ["poetry-core"]

0 commit comments

Comments
 (0)