Skip to content

Commit

Permalink
Disable pdf builds on readthedocs (#3250)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzo committed Jul 26, 2023
1 parent 08902d6 commit 49d0b92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, "Pyro.tex", u"Pyro Documentation", u"Uber AI Labs", "manual"),
# Disabled pdf builds to unblock readthedocs failed builds;
# see https://github.com/pyro-ppl/pyro/issues/3248
# (master_doc, "Pyro.tex", u"Pyro Documentation", u"Uber AI Labs", "manual"),
]

# -- Options for manual page output ---------------------------------------
Expand Down

0 comments on commit 49d0b92

Please sign in to comment.