From 618eaa8b0a2f198089790d3c5d1a23d728d31110 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 25 Nov 2024 06:01:19 -0600 Subject: [PATCH] !squash more --- pyproject.toml | 2 ++ uv.lock | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 771e5cbecc..9204891c98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,6 +68,7 @@ dev-dependencies = [ "sphinxext-opengraph", "sphinx-copybutton", "sphinxext-rediraffe", + "sphinx-argparse", "myst-parser", "linkify-it-py", # Testing @@ -101,6 +102,7 @@ docs = [ "sphinxext-opengraph", "sphinx-copybutton", "sphinxext-rediraffe", + "sphinx-argparse", "myst-parser", "linkify-it-py", ] diff --git a/uv.lock b/uv.lock index c3775e1cdc..9065b01c74 100644 --- a/uv.lock +++ b/uv.lock @@ -885,6 +885,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/48/17/325cf6a257d84751a48ae90752b3d8fe0be8f9535b6253add61c49d0d9bc/sphinx-7.1.2-py3-none-any.whl", hash = "sha256:d170a81825b2fcacb6dfd5a0d7f578a053e45d3f2b153fecc948c37344eb4cbe", size = 3169543 }, ] +[[package]] +name = "sphinx-argparse" +version = "0.4.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "sphinx" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/82/0b/d98f799d4283e8b6c403fd8102acf2b552ad78e947b6899a1344521e9d86/sphinx_argparse-0.4.0.tar.gz", hash = "sha256:e0f34184eb56f12face774fbc87b880abdb9017a0998d1ec559b267e9697e449", size = 15020 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/21/98/d32f45b19b60e52b4ddc714dee139a92c6ea8fa9115f994884d321c3454d/sphinx_argparse-0.4.0-py3-none-any.whl", hash = "sha256:73bee01f7276fae2bf621ccfe4d167af7306e7288e3482005405d9f826f9b037", size = 12625 }, +] + [[package]] name = "sphinx-autobuild" version = "2021.3.14" @@ -1058,6 +1070,7 @@ dev = [ { name = "pytest-watcher" }, { name = "ruff" }, { name = "sphinx" }, + { name = "sphinx-argparse" }, { name = "sphinx-autobuild" }, { name = "sphinx-autodoc-typehints" }, { name = "sphinx-copybutton" }, @@ -1076,6 +1089,7 @@ docs = [ { name = "myst-parser" }, { name = "pillow" }, { name = "sphinx" }, + { name = "sphinx-argparse" }, { name = "sphinx-autobuild" }, { name = "sphinx-autodoc-typehints" }, { name = "sphinx-copybutton" }, @@ -1128,6 +1142,7 @@ dev = [ { name = "pytest-watcher" }, { name = "ruff" }, { name = "sphinx" }, + { name = "sphinx-argparse" }, { name = "sphinx-autobuild" }, { name = "sphinx-autodoc-typehints" }, { name = "sphinx-copybutton" }, @@ -1146,6 +1161,7 @@ docs = [ { name = "myst-parser" }, { name = "pillow" }, { name = "sphinx" }, + { name = "sphinx-argparse" }, { name = "sphinx-autobuild" }, { name = "sphinx-autodoc-typehints" }, { name = "sphinx-copybutton" },