Skip to content

Commit 6cddb6c

Browse files
committed
docs: add dependencies to pyproject.toml
1 parent a708571 commit 6cddb6c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,16 @@ dependencies = [
3333
"scipy",
3434
"tqdm",
3535
]
36-
36+
[project.optional-dependencies]
37+
docs = [
38+
"sphinx",
39+
"numpydoc",
40+
"myst-nb",
41+
"sphinx_design",
42+
"sphinx-book-theme",
43+
"sphinxcontrib-bibtex",
44+
"sphinx-polyversion",
45+
]
3746
[tool.ruff]
3847
# We use ruff to lint and auto-format code
3948

0 commit comments

Comments
 (0)