Skip to content

Commit 2ebba00

Browse files
Merge pull request #13199 from jakkdl/tox_docs_no_fetch (#13200)
remove `git fetch` from tox `docs` environment (cherry picked from commit de1a488) Co-authored-by: John Litborn <[email protected]>
1 parent eb6496b commit 2ebba00

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: tox.ini

-6
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)