Skip to content

Commit 85b6d55

Browse files
committed
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 30d4159, but now that we are using python 3.9, there is no need to use this module anymore. Signed-off-by: Kefu Chai <[email protected]>
1 parent 0e4eb99 commit 85b6d55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

admin/doc-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ sphinx-autodoc-typehints == 1.18.3
1313
sphinx-prompt
1414
sphinx_rtd_theme
1515
Sphinx-Substitution-Extensions
16-
typed-ast
1716
sphinxcontrib-mermaid
1817
sphinxcontrib-openapi
1918
sphinxcontrib-seqdiag

0 commit comments

Comments
 (0)