Skip to content

Commit 12c72bc

Browse files
make docs optional dependencies compatible with python 3.10
1 parent 4781e2e commit 12c72bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ all = [
4949
"myst-nb ~= 1.2",
5050
"numpydoc ~= 1.8",
5151
"pydata-sphinx-theme ~= 0.16",
52-
"sphinx ~= 8.2",
52+
"sphinx ~= 8.1.3",
5353
"sphinx-polyversion == 1.1",
5454
"sphinx_design ~= 0.6",
5555
"sphinxcontrib-bibtex ~= 2.6",
@@ -71,7 +71,7 @@ docs = [
7171
"myst-nb ~= 1.2",
7272
"numpydoc ~= 1.8",
7373
"pydata-sphinx-theme ~= 0.16",
74-
"sphinx ~= 8.2",
74+
"sphinx ~= 8.1.3",
7575
"sphinx-polyversion == 1.1",
7676
"sphinx_design ~= 0.6",
7777
"sphinxcontrib-bibtex ~= 2.6",

0 commit comments

Comments
 (0)