From a8d538cd3eae065bd33665f53feb9c3d81588cf4 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sun, 14 Jul 2024 03:21:55 -0400 Subject: [PATCH] add `sphinxarg.ext` to sphinx `extensions` Signed-off-by: Jinzhe Zeng --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 34270de..d3588bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,6 +49,7 @@ "numpydoc", "myst_nb", "dargs.sphinx", + "sphinxarg.ext", ] # Add any paths that contain templates here, relative to this directory.