Skip to content

Commit ba68fcf

Browse files
committed
Upgrade Sphinx to at least 6.2.0
1 parent 415dc70 commit ba68fcf

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

poetry.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/interactives/poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/interactives/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ CodeChat = "1.9.3"
109109
jinja2 = "^3.1.0"
110110
Paver = ">=1.2.4"
111111
six = ">1.12"
112-
Sphinx = ">=4.4.0,<6.0.0"
112+
Sphinx = "^6.2.0"
113113
sphinxcontrib-paverutils = ">=1.17"
114114
SQLAlchemy = "^1.4.0"
115115
toml = "^0.10.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ redis = "^4.3.4"
9898
requests = "^2.28.1"
9999
rich = "^13.3.5"
100100
scikit-learn = "^1.5.1"
101-
Sphinx = "> 4.1.0,<6.0"
101+
Sphinx = "^6.2.0"
102102
sphinx-reredirects = "^0.1.1"
103103
sphinxcontrib-paverutils = "^1.17.0"
104104
SQLAlchemy = "^1.4.0"

0 commit comments

Comments
 (0)