forked from AFPy/python-docs-fr
Make: don't run git checkout - at the end of the build (#1619)
Running `git checkout CPYTHON_CURRENT_COMMIT` and then `git checkout -c` can render the sphinx build slower because many sources may seem out of date.
This commit is contained in:
parent 55d9b023cc
commit 61635a4bf7
1 changed files with 0 additions and 1 deletions
1 Makefile
1
Makefile | | @ -70,7 +70,6 @@ all: ensure_prerequisites | |||
-D latex_elements.inputenc= \ | ||||
-D latex_elements.fontenc=' \ | ||||
$(MODE) | ||||
git -C $(CPYTHON_PATH) checkout - | ||||
@echo "Build success, open file://$(abspath $(CPYTHON_PATH))/Doc/build/html/index.html or run 'make serve' to see them." | ||||
| ||||
| ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue