comparison docs/conf.py @ 545:0740f6a537ea

pyflakes cleanup
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 12:43:34 +0200
parents d1b86d5849a0
children
comparison
equal deleted inserted replaced
544:f79d1d3df8e8 545:0740f6a537ea
9 # Note that not all possible configuration values are present in this 9 # Note that not all possible configuration values are present in this
10 # autogenerated file. 10 # autogenerated file.
11 # 11 #
12 # All configuration values have a default; values that are commented out 12 # All configuration values have a default; values that are commented out
13 # serve to show the default. 13 # serve to show the default.
14
15 import sys
16 import os
17 14
18 # If extensions (or modules to document with autodoc) are in another directory, 15 # If extensions (or modules to document with autodoc) are in another directory,
19 # add these directories to sys.path here. If the directory is relative to the 16 # add these directories to sys.path here. If the directory is relative to the
20 # documentation root, use os.path.abspath to make it absolute, like shown here. 17 # documentation root, use os.path.abspath to make it absolute, like shown here.
21 #sys.path.insert(0, os.path.abspath('.')) 18 #sys.path.insert(0, os.path.abspath('.'))
215 212
216 # One entry per manual page. List of tuples 213 # One entry per manual page. List of tuples
217 # (source start file, name, description, authors, manual section). 214 # (source start file, name, description, authors, manual section).
218 man_pages = [ 215 man_pages = [
219 ('index', 'boomslang', u'Boomslang Documentation', 216 ('index', 'boomslang', u'Boomslang Documentation',
220 [u'Simon Cross, Adrianna Pinska, Jeremy Thurgood, Neil Muller,'' 217 [u'Simon Cross, Adrianna Pinska, Jeremy Thurgood, Neil Muller,'
221 Stefano Rivera'], 1) 218 ' Stefano Rivera'], 1)
222 ] 219 ]