Removed pdf building of the documentation.
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit Details

For the moment, the building of the pdf from the
website is deactivated. It may be activated again
in future commits.
This commit is contained in:
Sylvain Tricot 2021-09-24 16:14:50 +02:00
parent b011e4348c
commit 419c55b744
1 changed files with 3 additions and 2 deletions

View File

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