Skip to content

Commit

Permalink
setup: Upgrade pinned Sphinx version to v5.1.1 (Issue #492) (#509)
Browse files Browse the repository at this point in the history
* setup: Unpin sphinx

* setup: Pin sphinx to version 5.1.1

Co-authored-by: Adam Gleave <adam@gleave.me>
  • Loading branch information
tomtseng and AdamGleave committed Aug 2, 2022
1 parent 711f148 commit 498f7b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
+ PYTYPE
)
DOCS_REQUIRE = [
# TODO(adam): unpin once https://github.com/sphinx-doc/sphinx/issues/10705 fixed
"sphinx~=5.0.2",
"sphinx~=5.1.1",
"sphinx-autodoc-typehints",
"sphinx-rtd-theme",
"sphinxcontrib-napoleon",
Expand Down

0 comments on commit 498f7b8

Please sign in to comment.