From 2d2c7295245fcb2a39068cf46eef84c91dd68918 Mon Sep 17 00:00:00 2001 From: antazoey Date: Tue, 17 Sep 2024 17:06:48 -0500 Subject: [PATCH] fix: use sphinx-ape release (#179) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6306bf8..c8a630e 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "mdformat-frontmatter>=0.4.1", # Needed for frontmatters-style headers in issue templates "mdformat-pyproject>=0.0.1", # Allows configuring in pyproject.toml ], - "doc": ["sphinx-ape @ git+ssh://git@github.com/ApeWorX/sphinx-ape@feat/actionable"], + "doc": ["sphinx-ape"], "release": [ # `release` GitHub Action job uses this "setuptools", # Installation tool "setuptools-scm", # Installation tool