From 67fb7fe891ca928be2f1d83fbebb8057cffd0de9 Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Fri, 2 Jun 2023 09:35:05 +0200 Subject: [PATCH] Update sphinx command in doc Makefile --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 7985d8c..ed2201d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = python -msphinx #sphinx-build +SPHINXBUILD = sphinx-build PAPER = BUILDDIR = build