Skip to content

Commit

Permalink
Use a sphinx version that supports Python 3.8
Browse files Browse the repository at this point in the history
Accidentally merged a PR that broke CI, since we're running
python 3.8.
  • Loading branch information
amstilp committed Nov 14, 2023
1 parent a57d1de commit c67892d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ responses==0.21.0 # https://github.com/getsentry/responses - for mocking HTTP r

# Documentation
# ------------------------------------------------------------------------------
sphinx==7.2.6 # https://github.com/sphinx-doc/sphinx
# 7.2 drops support for Python 3.8
sphinx==7.1.0 # https://github.com/sphinx-doc/sphinx
sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild

# Code quality
Expand Down

0 comments on commit c67892d

Please sign in to comment.