From b9f52487bcf7252c1a7cbc0db749110c8443ed7b Mon Sep 17 00:00:00 2001 From: Rakshit Naidu Date: Thu, 14 May 2020 01:03:21 +0530 Subject: [PATCH] Small changes in INSTALL.rst & added conda installation --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 951eedc70f52..d57b3df0e8fb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -W --keep-going -SPHINXBUILD = python -msphinx +SPHINXBUILD = python3 -msphinx SPHINXPROJ = matplotlib SOURCEDIR = . BUILDDIR = build