Skip to content

Commit 679876c

Browse files
committed
Update docs dependencies
1 parent 6d95da4 commit 679876c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pyproject.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,16 @@ requires-python = ">=3.9"
6262
coverage = ["Cython", "pytest", "pytest-cov", "coverage", "tomli"]
6363
docs = [
6464
"Cython",
65-
"sphinx",
66-
"sphinx_rtd_theme",
67-
"pydot",
6865
"graphviz",
69-
"sphinxcontrib-programoutput"
66+
"pydot",
67+
"furo",
68+
"sphinx",
69+
"sphinx-copybutton",
70+
"sphinx-design",
71+
"sphinxcontrib-googleanalytics",
72+
"sphinxcontrib-jsmath",
73+
"sphinxcontrib-programoutput",
74+
"sphinxcontrib-spelling"
7075
]
7176

7277
[project.urls]

0 commit comments

Comments
 (0)