File tree 2 files changed +4
-14
lines changed
2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -68,19 +68,6 @@ podrás realizar todas las contribuciones que quieras.
68
68
``powrap`` y ``pospell`` para poder verificar tus archivos traducidos,
69
69
y también construir la documentación localmente.
70
70
71
- .. note::
72
-
73
- Si vas a querer construir la documentación de una manera local, debes inicializar
74
- los submódulos para poder hacer la construcción. (nota: esta inicialización puede llevar tiempo)
75
- ```
76
- git submodule update --init
77
- pip install -r requirements.txt
78
- ```
79
- y después para hacer la construcción
80
- ```
81
- make build
82
- ```
83
-
84
71
.. _que-archivo-traducir :
85
72
86
73
Paso 1: ¿Qué archivo traducir?
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ do_build:
56
56
setup : venv
57
57
git submodule sync
58
58
git submodule update --init --force --depth 1 $(CPYTHON_PATH )
59
+ # Now that we've initialized the submodules, install all requirements necessary for the build
60
+ $(VENV ) /bin/python -m pip install -q -r requirements.txt
61
+
59
62
60
63
61
64
# venv: create a virtual environment which will be used by almost every
66
69
$(PYTHON ) -m venv --prompt $(LANGUAGE_TEAM ) $(VENV ) ; \
67
70
fi
68
71
69
- $(VENV)/bin/python -m pip install -q -r requirements.txt
72
+ $(VENV)/bin/python -m pip install -q -r requirements-own .txt
70
73
71
74
72
75
# serve: serve the documentation in a simple local web server, using cpython
You can’t perform that action at this time.
0 commit comments