Skip to content

Commit b57859e

Browse files
fix: Upgrade Sphinx to ^7.0.0 for full Python 3.13 compatibility
- Upgrade from Sphinx ^5.0.0 to ^7.0.0 to resolve Python 3.13 issues - Fixes 'No module named pipes' error on Linux Python 3.13 - Fixes 'alabaster extension needs at least Sphinx v3.4' error on Windows Python 3.11 - Verified documentation build works locally with Python 3.13.0 and Sphinx 7.3.7 Co-Authored-By: mkeeler@launchdarkly.com <keelerm84@gmail.com>
1 parent 01732d9 commit b57859e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Flask = "2.2.5"
5050
optional = true
5151

5252
[tool.poetry.group.docs.dependencies]
53-
sphinx = "^5.0.0"
53+
sphinx = "^7.0.0"
5454
sphinx-autodoc-typehints = "^1.3.0"
5555
sphinx-rtd-theme = "^1.3.0"
5656
backoff = ">=1.4.3"

0 commit comments

Comments
 (0)