Skip to content

Commit 6990d08

Browse files
committed
pin dependencies in docs, fixes snowballstemmer error
1 parent b4d0a72 commit 6990d08

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

pyproject.toml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ all = [
4444
"ruff",
4545
"tox",
4646
# docs
47-
"myst-nb",
48-
"numpydoc",
49-
"pydata-sphinx-theme",
50-
"sphinx",
51-
"sphinx-polyversion >= 1.1",
52-
"sphinx_design",
53-
"sphinxcontrib-bibtex",
47+
48+
"myst-nb ~= 1.2",
49+
"numpydoc ~= 1.8",
50+
"pydata-sphinx-theme ~= 0.16",
51+
"sphinx ~= 8.2",
52+
"sphinx-polyversion == 1.1",
53+
"sphinx_design ~= 0.6",
54+
"sphinxcontrib-bibtex ~= 2.6",
55+
"snowballstemmer ~= 2.2.0",
5456
# test
5557
"pytest",
5658
"pytest-cov",
@@ -65,13 +67,14 @@ dev = [
6567
"tox",
6668
]
6769
docs = [
68-
"myst-nb",
69-
"numpydoc",
70-
"pydata-sphinx-theme",
71-
"sphinx",
72-
"sphinx-polyversion >= 1.1",
73-
"sphinx_design",
74-
"sphinxcontrib-bibtex",
70+
"myst-nb ~= 1.2",
71+
"numpydoc ~= 1.8",
72+
"pydata-sphinx-theme ~= 0.16",
73+
"sphinx ~= 8.2",
74+
"sphinx-polyversion == 1.1",
75+
"sphinx_design ~= 0.6",
76+
"sphinxcontrib-bibtex ~= 2.6",
77+
"snowballstemmer ~= 2.2.0",
7578
]
7679
test = [
7780
"nbconvert",

0 commit comments

Comments
 (0)