Skip to content

Commit ff36649

Browse files
committed
remove git fetch from tox docs environment
1 parent 1f1a10c commit ff36649

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tox.ini

-6
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,7 @@ basepython = python3.12 # sync with rtd to get errors
103103
usedevelop = True
104104
deps =
105105
-r{toxinidir}/doc/en/requirements.txt
106-
allowlist_externals =
107-
git
108106
commands =
109-
# Retrieve possibly missing commits:
110-
-git fetch --unshallow
111-
-git fetch --tags
112-
113107
sphinx-build \
114108
-j auto \
115109
-W --keep-going \

0 commit comments

Comments
 (0)