From: Kefu Chai Date: Wed, 25 Jun 2025 03:02:46 +0000 (+0800) Subject: doc: do not depend on typed-ast X-Git-Tag: testing/wip-jcollin-testing-20250820.041311-squid~42^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4f784c84652e5e5497d24b28ff4a1e67d7885556;p=ceph-ci.git doc: do not depend on typed-ast the typed-ast project was marked end of life since July 2023, and not maintained anymore. since we build the document using readthedocs' service, and in .readtherdocs.yml we use python 3.9, which comes with ast module included by its standard library. the typed-ast dependency was originally added in 30d41597, but now that we are using python 3.9, there is no need to use this module anymore. Signed-off-by: Kefu Chai (cherry picked from commit 85b6d55b1f4587121d92a061950cd7ad7e13b082) --- diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index b324d1b9dfe..164896329b7 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -13,7 +13,6 @@ sphinx-autodoc-typehints == 1.18.3 sphinx-prompt sphinx_rtd_theme Sphinx-Substitution-Extensions -typed-ast sphinxcontrib-mermaid sphinxcontrib-openapi sphinxcontrib-seqdiag