]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc: do not depend on typed-ast 64162/head
authorKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 03:02:46 +0000 (11:02 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 04:23:24 +0000 (12:23 +0800)
commit85b6d55b1f4587121d92a061950cd7ad7e13b082
tree3aa580764e89172af34c999c3d80d349edc4d933
parent0e4eb9936c7beb9c6847cb896dbb12c5b6dfe781
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 <tchaikov@gmail.com>
admin/doc-requirements.txt