~prakash09/mailman/3.0

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Barry Warsaw
  • Date: 2011-09-24 02:29:10 UTC
  • mto: This revision was merged to the branch mainline in revision 7054.
  • Revision ID: barry@list.org-20110924022910-vqmxkgjbf0padro0
This is the way to build the documentation now:

$ python setup.py build_sphinx

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[buildout]
2
2
parts =
3
 
    docs
4
 
#    filetemplates
5
3
    interpreter
6
4
    tags
7
5
    test
26
24
# Hack in extra arguments to zope.testrunner.
27
25
initialization = from mailman.testing import initialize;
28
26
    initialize('${buildout:directory}')
29
 
 
30
 
[docs]
31
 
recipe = z3c.recipe.sphinxdoc
32
 
eggs = mailman [docs]
33
 
index-doc = docs/README
34
 
default.css =
35
 
layout.html =
36
 
extensions = sphinxconf
37
 
 
38
 
[filetemplates]
39
 
recipe = z3c.recipe.filetemplate
40
 
source-directory = .buildout
41
 
package = mailman
42
 
eggs = mailman