From 3dc60b80d4ddf549548444eb066e09785e971461 Mon Sep 17 00:00:00 2001 From: shoumikchow Date: Fri, 25 Sep 2020 01:47:46 -0500 Subject: [PATCH] Change python3 to python --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index dd9ba4d..7cdba6d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = python3 -msphinx +SPHINXBUILD = python -msphinx SPHINXPROJ = bbox-visualizer SOURCEDIR = . BUILDDIR = _build