Skip to content

Commit 4255743

Browse files
authored
Tests: sphinxdev tox environment installs Sphinx from master (#1575)
It seems we had a bug in the name and it wasn't installing Sphinx from `master`. I expect this test to fail now because we pin `Sphinx<8`, but that's fine for now.
1 parent 5c72f65 commit 4255743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deps =
2424
sphinx71: Sphinx>=7.1,<7.2
2525
sphinx72: Sphinx>=7.2,<7.3
2626
sphinxlatest: Sphinx
27-
dev: https://github.com/sphinx-doc/sphinx/archive/refs/heads/master.zip
27+
sphinxdev: https://github.com/sphinx-doc/sphinx/archive/refs/heads/master.zip
2828
allowlist_externals =
2929
echo
3030
commands =

0 commit comments

Comments
 (0)