Skip to content

Commit 96e5326

Browse files
authored
fix(Deps): pin sphinx-ape to latest release (#82)
1 parent c9a71e4 commit 96e5326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"mdformat-pyproject>=0.0.2", # Allows configuring in pyproject.toml
2828
],
2929
"docs": [
30-
"sphinx-ape @ git+https://github.com/ApeWorX/sphinx-ape.git",
30+
"sphinx-ape>=0.1,<1", # Use dependencies of our custom docs plugin
3131
],
3232
"release": [ # `release` GitHub Action job uses this
3333
"setuptools>=75.6.0", # Installation tool

0 commit comments

Comments
 (0)