Author: Matti Picus <matti.pi...@gmail.com> Branch: Changeset: r95468:40929a5559b0 Date: 2018-12-13 09:51 +0200 http://bitbucket.org/pypy/pypy/changeset/40929a5559b0/
Log: disable latex document generation diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -192,10 +192,10 @@ # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). -latex_documents = [ - ('temp_index', 'PyPy.tex', u'PyPy Documentation', - u'The PyPy Project', 'manual'), -] +#latex_documents = [ +# ('temp_index', 'PyPy.tex', u'PyPy Documentation', +# u'The PyPy Project', 'manual'), +#] # The name of an image file (relative to this directory) to place at the top of # the title page. @@ -212,7 +212,7 @@ #latex_appendices = [] # If false, no module index is generated. -latex_use_modindex = False +#latex_use_modindex = False # Example configuration for intersphinx: refer to the Python standard library. _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit