From 83e8b1ea990c1ec492bcc3b24dde32734d44b88f Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Jan 09 2017 22:34:50 +0000 Subject: Explicitly use sphinx-build-3 when building docs. Signed-off-by: Randy Barlow --- diff --git a/docs/Makefile b/docs/Makefile index d142fa1..7bf11ad 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = sphinx-build +SPHINXBUILD = sphinx-build-3 SPHINXPROJ = fegistry SOURCEDIR = . BUILDDIR = _build