Skip to content

Commit

Permalink
build: pin sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bury committed Jul 29, 2023
1 parent 9de6795 commit f5c91d2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,22 @@ arfs.dataset.description =

[options.extras_require]
docs =
nbsphinx
ipykernel
ipython_genutils
pandoc
sphinx
sphinx-autodoc-typehints
sphinx-copybutton
sphinxawesome-theme
sphinx-tabs
sphinx==7.1.1
nbsphinx==0.9.2
sphinx-autodoc-typehints==1.24.0
sphinx-copybutton==0.5.2
sphinx-tabs==3.4.1
sphinxawesome-theme==4.1.0
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
fasttreeshap

test =
Expand Down

0 comments on commit f5c91d2

Please sign in to comment.