Skip to content

Commit 0edb81b

Browse files
committed
add sphinx_rtd_theme as a docs dependency
1 parent fae1164 commit 0edb81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Issues = "https://github.com/orbingol/NURBS-Python/issues"
3636
[project.optional-dependencies]
3737
vis = ["numpy>=2.0, <3.0", "matplotlib>=3.9.0", "plotly>=6.0.0"]
3838
test = ["pytest>=8.0.0"]
39-
docs = ["sphinx>=8.3.0"]
39+
docs = ["sphinx>=8.3.0", "sphinx-rtd-theme>=3.0.0"]
4040

4141
[tool.setuptools]
4242
# package-dir = {"" = "src"}

0 commit comments

Comments
 (0)