Skip to content

Commit

Permalink
Merge pull request #13199 from jakkdl/tox_docs_no_fetch
Browse files Browse the repository at this point in the history
remove `git fetch` from tox `docs` environment

(cherry picked from commit de1a488)
  • Loading branch information
jakkdl authored and patchback[bot] committed Feb 7, 2025
1 parent eb6496b commit 69036c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,7 @@ basepython = python3.12 # sync with rtd to get errors
usedevelop = True
deps =
-r{toxinidir}/doc/en/requirements.txt
allowlist_externals =
git
commands =
# Retrieve possibly missing commits:
-git fetch --unshallow
-git fetch --tags

sphinx-build \
-j auto \
-W --keep-going \
Expand Down

0 comments on commit 69036c6

Please sign in to comment.