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
31
31
python3 -m venv . || virtualenv --clear --python=python3 .
32
32
bin/python -m pip install --upgrade pip
33
33
bin/pip install -r requirements.txt
34
+ @echo
35
+ @echo " Please activate your Python virtual environment with"
36
+ @echo " source bin/activate"
34
37
35
38
.PHONY : html
36
39
html : # # Build html
@@ -185,7 +188,7 @@ test: clean linkcheck spellcheck ## Run linkcheck, spellcheck
185
188
deploy : clean html
186
189
187
190
.PHONY : livehtml
188
- livehtml :
191
+ livehtml : # # Rebuild Sphinx documentation on changes, with live-reload in the browser
189
192
cd " $( DOCS_DIR) " && sphinx-autobuild \
190
193
--ignore " *.swp" \
191
194
-b html . " $( BUILDDIR) /html" $(SPHINXOPTS ) $(O )
You can’t perform that action at this time.
0 commit comments