fix sphinx installation comamnd for macos installation

pull/2040/head
y-71 2023-03-06 09:55:08 +01:00
parent f4cbc7bb31
commit 828243ee08
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -44,3 +44,4 @@ compile
main.log
main.trs
test-suite.log
build-release

View File

@ -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
#