Skip to content

Commit f5c91d2

Browse files
author
Thomas Bury
committed
build: pin sphinx version
1 parent 9de6795 commit f5c91d2

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

setup.cfg

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,22 @@ arfs.dataset.description =
5050

5151
[options.extras_require]
5252
docs =
53-
nbsphinx
5453
ipykernel
5554
ipython_genutils
5655
pandoc
57-
sphinx
58-
sphinx-autodoc-typehints
59-
sphinx-copybutton
60-
sphinxawesome-theme
61-
sphinx-tabs
56+
sphinx==7.1.1
57+
nbsphinx==0.9.2
58+
sphinx-autodoc-typehints==1.24.0
59+
sphinx-copybutton==0.5.2
60+
sphinx-tabs==3.4.1
61+
sphinxawesome-theme==4.1.0
62+
sphinxcontrib-applehelp==1.0.4
63+
sphinxcontrib-devhelp==1.0.2
64+
sphinxcontrib-htmlhelp==2.0.1
65+
sphinxcontrib-jquery==4.1
66+
sphinxcontrib-jsmath==1.0.1
67+
sphinxcontrib-qthelp==1.0.3
68+
sphinxcontrib-serializinghtml==1.1.5
6269
fasttreeshap
6370

6471
test =

0 commit comments

Comments
 (0)