Skip to content

Commit de1a488

Browse files
authored
Merge pull request #13199 from jakkdl/tox_docs_no_fetch
remove `git fetch` from tox `docs` environment
2 parents 1f1a10c + ff36649 commit de1a488

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)