Changeset 5332 for main/waeup.sirp/trunk


Ignore:
Timestamp:
29 Jul 2010, 13:24:20 (14 years ago)
Author:
uli
Message:

Replace the old sphinxbuilder recipe by something that only creates scripts
for calling sphinx directly.

This way we can maintain docs in an own directory where we can also
finetune the configuration, layout, etc.

I think it is also more obvious to see, how documentation generation
works, as it is not hidden away in parts/ any more.

Instead we now have docs/sources and docs/build where things get
generated. Please do not checkin files in build (except the makefiles
already there), as stuff in there will be regenerated each time we
create new documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/buildout.cfg

    r5328 r5332  
    22develop = .
    33parts = app data zopectl i18n test waeupdocs coverage-detect coverage-report
    4 find-links = http://download.zope.org/distribution/
     4#find-links = http://download.zope.org/distribution/
    55#newest = false
    66#extends= http://grok.zope.org/releaseinfo/grok-1.0.cfg
     
    1919#hurry.zoperesource = 0.4
    2020megrok.layout = 1.0.2
    21 Sphinx = 0.6.4
    2221hurry.resource = 0.4.1  # We need to pin this as hurry.resource 0.9
    2322                        # requires extra packages (WebOb) we don't
     
    108107
    109108[waeupdocs]
    110 recipe = z3c.recipe.sphinxdoc
    111 eggs = waeup.sirp [docs]
    112 default.css =
    113 layout.html =
    114 extensions = sphinx.ext.autodoc
     109recipe = collective.recipe.sphinxbuilder
     110eggs = waeup.sirp
     111source = ${buildout:directory}/docs/source
     112build = ${buildout:directory}/docs/build
Note: See TracChangeset for help on using the changeset viewer.