Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42a0d20

Browse files
committed
Update Pydoc Dependencies
1 parent 9ceb14e commit 42a0d20

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

sdks/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,11 @@ def get_portability_package_data():
400400
extras_require={
401401
'docs': [
402402
'jinja2>=3.0,<3.2',
403-
'Sphinx>=1.5.2,<2.0',
403+
'Sphinx>=7.0.0,<8.0',
404404
'docstring-parser>=0.15,<1.0',
405405
# Pinning docutils as a workaround for Sphinx issue:
406406
# https://github.com/sphinx-doc/sphinx/issues/9727
407-
'docutils==0.17.1',
407+
'docutils>=0.18.1',
408408
'pandas<2.2.0',
409409
'openai'
410410
],

sdks/python/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ commands =
163163
[testenv:docs]
164164
extras = test,gcp,docs,interactive,dataframe,dask
165165
deps =
166-
Sphinx==1.8.5
166+
Sphinx==7.4.7
167167
sphinx_rtd_theme==0.4.3
168-
docutils<0.18
169-
Jinja2==3.0.3 # TODO(https://github.com/apache/beam/issues/21587): Sphinx version is too old.
168+
docutils>=0.18.1
169+
Jinja2==3.1.0
170170
commands =
171171
time {toxinidir}/scripts/generate_pydoc.sh
172172

0 commit comments

Comments
 (0)