We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0b83a commit fcc4784Copy full SHA for fcc4784
Makefile
@@ -3,7 +3,7 @@
3
4
# You can set these variables from the command line.
5
SPHINXOPTS =
6
-SPHINXBUILD = sphinx-build
+SPHINXBUILD = ../bin/sphinx-build
7
PAPER =
8
DOCS_DIR = ./docs/
9
BUILDDIR = ../_build/
@@ -26,11 +26,9 @@ help: ## This help message
26
clean: ## Clean build directory
27
cd $(DOCS_DIR) && rm -rf $(BUILDDIR)/*
28
29
-bin/python bin/pip: ## Create virtual Python environment
30
- python3 -m venv . || virtualenv --clear --python=python3 .
31
-
32
.PHONY: build
33
build: ## Set up training: Install requirements
+ python3 -m venv . || virtualenv --clear --python=python3 .
34
bin/python -m pip install --upgrade pip
35
bin/pip install -r requirements.txt
36
0 commit comments