From 828243ee08f1f27e01c9cc6018d421ed38b40d08 Mon Sep 17 00:00:00 2001 From: y-71 Date: Mon, 6 Mar 2023 09:55:08 +0100 Subject: [PATCH] fix sphinx installation comamnd for macos installation --- .gitignore | 1 + makerelease-osx.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 282ebe32..f05b8d06 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ compile main.log main.trs test-suite.log +build-release \ No newline at end of file diff --git a/makerelease-osx.mk b/makerelease-osx.mk index 28548a73..08440308 100644 --- a/makerelease-osx.mk +++ b/makerelease-osx.mk @@ -28,7 +28,7 @@ # - $ cd build-release # - $ virtualenv . # - $ . bin/activate -# - $ pip install sphinx-build +# - $ pip install -U sphinx # - $ ln -s ../makerelease-os.mk Makefile # - $ make #