From 1beee3f83d8f4e6dadc5ac123e66596cc02ed1fe Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Wed, 15 Mar 2023 03:03:12 -0400 Subject: [PATCH] ENH: Experiment with using PythonSlicer as environment for generating doc --- Docs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docs/Makefile b/Docs/Makefile index 9b7ae50f8a1..196682065ba 100644 --- a/Docs/Makefile +++ b/Docs/Makefile @@ -3,7 +3,8 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = sphinx-build +#SPHINXBUILD = sphinx-build +SPHINXBUILD = PythonSlicer -m sphinx SPHINXPROJ = 3DSlicer SOURCEDIR = . BUILDDIR = _build