Skip to content

Commit 69036c6

Browse files
jakkdlpatchback[bot]
authored andcommitted
Merge pull request #13199 from jakkdl/tox_docs_no_fetch
remove `git fetch` from tox `docs` environment (cherry picked from commit de1a488)
1 parent eb6496b commit 69036c6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,7 @@ basepython = python3.12 # sync with rtd to get errors
104104
usedevelop = True
105105
deps =
106106
-r{toxinidir}/doc/en/requirements.txt
107-
allowlist_externals =
108-
git
109107
commands =
110-
# Retrieve possibly missing commits:
111-
-git fetch --unshallow
112-
-git fetch --tags
113-
114108
sphinx-build \
115109
-j auto \
116110
-W --keep-going \

0 commit comments

Comments
 (0)