We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103580a commit 6676353Copy full SHA for 6676353
doc/build/html_extra/robots.txt
doc/build_doc_snapshot.sh
@@ -13,7 +13,9 @@ rm -f .doxygen_up_to_date
13
rm -rf build/html
14
rm -rf build/latex
15
make html
16
-make latexpdf
+
17
+python3 -m sphinx -T -b latex -d build/doctrees -D language=en source build/latex
18
+(cd build/latex && (latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=gdal -interaction=nonstopmode || test -f gdal.pdf))
19
20
rm -rf "${TMPDIR}"
21
mkdir ${TMPDIR}
0 commit comments