Skip to content

Commit

Permalink
debug: import six to interpreter
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Styk <[email protected]>
  • Loading branch information
StykMartin committed Nov 17, 2023
1 parent abfe51c commit b0759f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ BKR_PATH_INJECTED = $(bkr_path_injected)

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD := $(python_command) -c '__requires__ = [$(SPHINXREQUIRES)]; import pkg_resources; \
import bkr; bkr.__path__ = [$(BKR_PATH_INJECTED)]; \
SPHINXBUILD := $(python_command) -V; $(python_command) -m pip freeze; $(python_command) -c '__requires__ = [$(SPHINXREQUIRES)]; import pkg_resources; \
import six; import bkr; bkr.__path__ = [$(BKR_PATH_INJECTED)]; \
exec(open("$(SPHINXBUILD)").read())'
PAPER =
BUILDDIR = _build
Expand Down

0 comments on commit b0759f7

Please sign in to comment.