doc: drop latex support, add pdf support

latexpdf fails with error message "Too deply nested".
We want to avoid reducing the nesting level of doc strings
in frappy.lib.classdoc (less nice output) or a level of
nesting in method doc strings.

- latex removed from Jenkinsfile
- added support for rst2pdf

Change-Id: Ieb3355ef506e636e7e43a726c68327e3b1154469
Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/32406
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
2023-10-25 13:24:39 +02:00
parent a16ec6cc91
commit fd0e762d18
3 changed files with 92 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ sphinx_rtd_theme
Sphinx>=1.2.1
# for generating docu
markdown>=2.6
rst2pdf
# test suite
pytest
pytest-randomly>=1.1