From 3d918ff7fe70ebc6056267a865b1486cebd3332e Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Mon, 19 Aug 2019 19:33:34 +0200 Subject: [PATCH] make docs: ensure py2 when running sphinx Signed-off-by: Nicolas Sebrecht --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 60148da..3d3aa5b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,7 +7,7 @@ HTML_TARGETS = $(patsubst %.rst,%.html,$(SOURCES)) RM = rm RST2HTML=`type rst2html >/dev/null 2>&1 && echo rst2html || echo rst2html.py` RST2MAN=`type rst2man >/dev/null 2>&1 && echo rst2man || echo rst2man.py` -SPHINXBUILD = sphinx-build +SPHINXBUILD = python2 -msphinx docs: man api