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

Add sphinxdoc support for building documentation automatically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.