From cf9ea980da280c9dde948ff525b5bdd0eec40ef5 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Thu, 26 Sep 2024 17:03:01 +0200 Subject: [PATCH] Add sphinx-autodoc-typehints for Sphinx python type hints --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9cf1689..34bbaab 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,6 +3,7 @@ pytest-cov sphinx sphinxcontrib-bibtex sphinx-paramlinks +sphinx-autodoc-typehints pydata-sphinx-theme>=0.8.0 matplotlib scipy>=1.6.0 @@ -15,4 +16,4 @@ torch pykeops hnswlib eagerpy -networkx \ No newline at end of file +networkx