From 1d8861e58f7330d3ba63daab29d4697bed096cdb Mon Sep 17 00:00:00 2001 From: Ben Walker Date: Wed, 9 Sep 2020 07:53:56 -0700 Subject: [PATCH] doc: Stop generating latex docs We only publish them as HTML Signed-off-by: Ben Walker Change-Id: I88daf01556271bf87e5bff45608fb068523cb0c2 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6452 Tested-by: SPDK CI Jenkins Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index d17f0a497..cba68b6f6 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1664,7 +1664,7 @@ EXTRA_SEARCH_MAPPINGS = # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. # The default value is: YES. -GENERATE_LATEX = YES +GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of