Skip to content

Commit

Permalink
Disable generation of TribitsUsersGuide.pdf (TriBITSPub#381)
Browse files Browse the repository at this point in the history
pdflatex hangs currently.
  • Loading branch information
bartlettroscoe committed Jun 24, 2021
1 parent ff3133f commit 37e79eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tribits/doc/developers_guides/users_guide/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ all: $(BASE_NAME).html
$(BASE_NAME).html: $(EXTRA_FILES) $(COMMON_DEPENDENT_FILES)
../../../python_utils/generate-docutils-output.py \
--file-base=$(BASE_NAME) \
--generate-latex-options="--stylesheet-path=rst2latex.tex" \
--generate-latex= --generate-pdf= \
$(EXTRA_ARGS)

# --generate-latex-options="--stylesheet-path=rst2latex.tex" \
# NOTE: Can't build PDF anymore because it hangs. Will have to debug later if
# we want PDF again.

clean:
-rm -f $(BASE_NAME).html
-rm -f $(BASE_NAME).pdf
Expand Down

0 comments on commit 37e79eb

Please sign in to comment.