Disable PDF doc since its giving errors with latex indentation.

upload the zipped version of HTML docs instead.
This commit is contained in:
2012-02-10 15:00:55 +00:00
parent 6a598148a7
commit 387ce06732
2 changed files with 25 additions and 4 deletions

View File

@@ -1135,7 +1135,9 @@ def rna2sphinx(BASEPATH):
fw("\n")
fw("Welcome, this document is an API reference for Blender %s. built %s.\n" % (version_string, bpy.app.build_date))
fw("\n")
fw("`A PDF version of this document is also available <blender_python_reference_%s.pdf>`_\n" % version_string_pdf)
# fw("`A PDF version of this document is also available <blender_python_reference_%s.pdf>`_\n" % version_string_pdf)
fw("`A compressed ZIP file of this site is available <blender_python_reference_%s.zip>`_\n" % version_string_pdf)
fw("\n")