Skip to content

Commit 984e72f

Browse files
committed
autodocsumm -> sphinx.ext.autosummary
Signed-off-by: Adam J. Stewart <ajstewart426@gmail.com>
1 parent 30293c3 commit 984e72f

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ def get_version():
4545

4646
extensions = [
4747
"sphinx.ext.autodoc",
48+
"sphinx.ext.autosummary",
4849
"sphinx.ext.coverage",
4950
"sphinx.ext.napoleon",
5051
"sphinx.ext.viewcode",
5152
"sphinx.ext.mathjax",
52-
"autodocsumm",
5353
]
5454

5555
# Add any paths that contain templates here, relative to this directory.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ dynamic = ['version']
3030

3131
[project.optional-dependencies]
3232
docs = [
33-
'autodocsumm',
3433
'huggingface-hub',
3534
'six',
3635
'sphinx',

requirements/docs.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
autodocsumm==0.2.14
21
huggingface-hub==1.7.1
32
six==1.17.0
43
sphinx==9.1.0

0 commit comments

Comments
 (0)