Skip to content

Commit f71d978

Browse files
potiukCloud Composer Team
authored and
Cloud Composer Team
committed
Bump sphinx and sphinx-autoapi (#26743)
The sphinx-autoapi bug readthedocs/sphinx-autoapi#352 has been resolved and 2.0.0 version has been released. Since we are using sphinx/sphinx-autoapi only for `doc` extra, we can safely bump the minimum version of both to latest released minor versions. GitOrigin-RevId: 9e06c99f6102d0227c6e7b20b258d628c2bc6d5c
1 parent 9936cca commit f71d978

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

setup.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,15 +266,11 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT / "airflow" / "git_ve
266266
'importlib-metadata>=4.4; python_version < "3.8"',
267267
'sphinx-airflow-theme',
268268
'sphinx-argparse>=0.1.13',
269-
'sphinx-autoapi>=1.8.0',
269+
'sphinx-autoapi>=2.0.0',
270270
'sphinx-copybutton',
271271
'sphinx-jinja>=2.0',
272272
'sphinx-rtd-theme>=0.1.6',
273-
# Spinx 5.2.0 introduced deprecation for property documentation and autoapi 1.9.0 generates
274-
# documentation that uses the old way of documenting it. This is tracked in
275-
# https://github.com/readthedocs/sphinx-autoapi/issues/352 of autoapi and until it is solved
276-
# we need to limit Sphinx to <5.2.0
277-
'sphinx>=4.4.0,<5.2.0',
273+
'sphinx>=5.2.0',
278274
'sphinxcontrib-httpdomain>=1.7.0',
279275
'sphinxcontrib-redoc>=1.6.0',
280276
'sphinxcontrib-spelling>=7.3',

0 commit comments

Comments
 (0)