Skip to content

Commit 01732d9

Browse files
fix: Upgrade Sphinx to support Python 3.13
- Upgrade Sphinx from ^1.3.0 to ^5.0.0 to resolve 'No module named pipes' error - Python 3.13 removed the pipes module that old Sphinx versions depend on - Verified documentation builds successfully with Sphinx 5.3.0 Co-Authored-By: mkeeler@launchdarkly.com <keelerm84@gmail.com>
1 parent 9bbc207 commit 01732d9

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 = "^1.3.0"
53+
sphinx = "^5.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)