Skip to content

Commit

Permalink
fix: Update the pinned doc modules (#3615)
Browse files Browse the repository at this point in the history
* Pin the module versions to fix the docs build.

Signed-off-by: Ryan Blakley <[email protected]>

Signed-off-by: Ryan Blakley <[email protected]>
(cherry picked from commit 1132fe8)
  • Loading branch information
ryan-blakley authored and bfahr committed Nov 29, 2022
1 parent b13a25b commit 27c8bcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ def maybe_require(pkg):

docs = set([
'docutils',
'Sphinx<=5.0.2',
'Sphinx',
'nbsphinx',
'sphinx_rtd_theme',
'ipython',
'ipython==8.6.0',
'MarkupSafe==2.0.1',
'colorama',
'Pygments',
'jedi<0.18.0', # Open issue with jedi 0.18.0 and iPython <= 7.19
# https://github.com/davidhalter/jedi/issues/1714
'jedi'
])

# python 2.6 requires setuptools~=36.8.0 to support this syntax
Expand Down

0 comments on commit 27c8bcc

Please sign in to comment.