Skip to content

Commit

Permalink
Restrict sphinx != 5.1 (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocco8773 committed Jul 25, 2022
1 parent 4342b08 commit 997e329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/docs.txt
Expand Up @@ -11,7 +11,7 @@ nbsphinx
numpydoc
pillow
pygments >= 2.11.0
sphinx >= 4.4
sphinx >= 4.4, != 5.1
sphinx-changelog
sphinx-copybutton
sphinx-gallery
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -94,7 +94,7 @@ docs =
numpydoc
pillow
pygments >= 2.11.0
sphinx >= 4.4
sphinx >= 4.4, != 5.1
sphinx-changelog
sphinx-copybutton
sphinx-gallery
Expand Down

0 comments on commit 997e329

Please sign in to comment.