Ignore:
Timestamp:
13 Jun 2009, 10:03:54 (15 years ago)
Author:
uli
Message:

Add sphinxdoc support for building documentation automatically.

Location:
waeup/branches/ulif-rewrite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/buildout.cfg

    r4123 r4270  
    11[buildout]
    22develop = .
    3 parts = app data zopectl i18n test
     3parts = app data zopectl i18n test docs
    44find-links = http://download.zope.org/distribution/
    55newest = false
     
    99[versions]
    1010zc.sourcefactory = 0.3.5
     11zope.container = 3.8.1
    1112
    1213[app]
     
    6768location = src/waeup
    6869output = locales
     70
     71[docs]
     72recipe = z3c.recipe.sphinxdoc
     73eggs = waeup [docs]
  • waeup/branches/ulif-rewrite/setup.py

    r4123 r4270  
    3030                        'zc.sourcefactory',
    3131                        ],
     32      extras_require=dict(
     33        docs=['Sphinx',
     34              'z3c.recipe.sphinxdoc',
     35             ],
     36        ),
    3237      entry_points="""
    3338      # Add entry points here
Note: See TracChangeset for help on using the changeset viewer.