diff --git a/doc/conf.py b/doc/conf.py index eb917cb0c652f20dd9b60ba9ca2780474688fe61..fe5a4d7b73250698f8f0f1954f3714c681df9c81 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -196,8 +196,8 @@ htmlhelp_basename = 'loopydoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'loopy.tex', u'loopy Documentation', - u'Andreas Kloeckner', 'manual'), + ('index', 'loopy.tex', u'loopy Documentation', + u'Andreas Kloeckner', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -238,7 +238,8 @@ man_pages = [ intersphinx_mapping = { 'http://docs.python.org/': None, 'http://documen.tician.de/islpy': None, - 'http://documen.tician.de/pyopencl': None + 'http://documen.tician.de/pyopencl': None, + 'http://documen.tician.de/cgen': None, } autoclass_content = "both"