File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ build: ## Set up training: Install requirements
3131 python3 -m venv . || virtualenv --clear --python=python3 .
3232 bin/python -m pip install --upgrade pip
3333 bin/pip install -r requirements.txt
34+ @echo
35+ @echo " Please activate your Python virtual environment with"
36+ @echo " source bin/activate"
3437
3538.PHONY : html
3639html : # # Build html
@@ -185,7 +188,7 @@ test: clean linkcheck spellcheck ## Run linkcheck, spellcheck
185188deploy : clean html
186189
187190.PHONY : livehtml
188- livehtml :
191+ livehtml : # # Rebuild Sphinx documentation on changes, with live-reload in the browser
189192 cd " $( DOCS_DIR) " && sphinx-autobuild \
190193 --ignore " *.swp" \
191194 -b html . " $( BUILDDIR) /html" $(SPHINXOPTS ) $(O )
You can’t perform that action at this time.
0 commit comments