From 419c55b744364f073d5e2e923253870f09ddb9c0 Mon Sep 17 00:00:00 2001 From: sylvain tricot Date: Fri, 24 Sep 2021 16:14:50 +0200 Subject: [PATCH] Removed pdf building of the documentation. For the moment, the building of the pdf from the website is deactivated. It may be activated again in future commits. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aa8a068..5f1419a 100644 --- a/Makefile +++ b/Makefile @@ -51,10 +51,11 @@ wx: _build_wx/wxPython.target @$(INSIDE_VENV) cd _build_wx && pip install wxPython*.whl -doc: +doc: VENV_PATH = ./_venv +doc: venv @echo "Building pdf and html documentation..." @$(INSIDE_VENV) pip install sphinx - @+$(INSIDE_VENV) $(MAKE) -C doc/ latexpdf + # @+$(INSIDE_VENV) $(MAKE) -C doc/ latexpdf @+$(INSIDE_VENV) $(MAKE) -C doc/ html