Removed pdf building of the documentation.
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
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:
parent
b011e4348c
commit
419c55b744
5
Makefile
5
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue