From 6580b4683224df832b81ddf4275619532af13ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Sat, 16 Sep 2023 14:14:35 -0400 Subject: [PATCH] ENH: Add `Sphinx` `argparse` module for script documentation purposes Add `Sphinx` `argparse` module for script documentation purposes. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ee0d6a8..048eee2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,6 +68,7 @@ dev = [ ] doc = [ "sphinx < 7.0.0", # 7.0.0 is incompatible with rtd-theme + "sphinx-argparse", "sphinx-autodoc-typehints", "sphinx-rtd-theme", # "toml",