Skip to content

Commit

Permalink
add sphinx_toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmish committed Mar 19, 2024
1 parent b83513a commit 30516c9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@
'jedi<0.18',

# docs
'docutils>=0.12,<0.18',
'm2r2>=0.2.5,<0.3',
'nbsphinx>=0.5.0,<0.7',
'sphinx_toolbox>=2.5,<3',
'Sphinx>=3,<3.3',
'pydata-sphinx-theme',
'autodocsumm>=0.1.10,<1',
'ipython>=6.5,<7.5',
'Jinja2>=2,<3.1', # <- breaks docs
'pydata-sphinx-theme<0.5',
'ipython>=6.5,<9',
'Jinja2>=2,<3', # <- breaks docs

# fails on Sphinx < v3.4
'alabaster<=0.7.12',
Expand Down

0 comments on commit 30516c9

Please sign in to comment.