We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc862d0 commit a162d6bCopy full SHA for a162d6b
Makefile
@@ -2,7 +2,7 @@ ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
2
SHELL := /bin/bash
3
TOX_DIR := .tox
4
VIRTUALENV_DIR ?= virtualenv
5
-ST2_VIRTUALENV_DIR = st2/virtualenv
+ST2_VIRTUALENV_DIR ?= st2/virtualenv
6
7
# Sphinx docs options
8
SPHINXBUILD := sphinx-build
0 commit comments