[Checkins] [zopefoundation/zope.app.apidoc] fefd61: Add custom ZCML support (#13)

GitHub noreply at github.com
Mon Jul 23 18:44:01 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.apidoc
  Commit: fefd61d76ae51ffcdc6dbda802c9f054b455c663
      https://github.com/zopefoundation/zope.app.apidoc/commit/fefd61d76ae51ffcdc6dbda802c9f054b455c663
  Author: James Martindale <jkmartindale at users.noreply.github.com>
  Date:   2018-07-23 (Mon, 23 Jul 2018)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    M src/zope/app/apidoc/ftesting.zcml
    M src/zope/app/apidoc/static.py
    A src/zope/app/apidoc/static.zcml
    A src/zope/app/apidoc/test.zcml
    M src/zope/app/apidoc/testing.py
    M src/zope/app/apidoc/tests.py

  Log Message:
  -----------
  Add custom ZCML support (#13)

Add argument to ``static-apidoc`` for loading a specific ZCML file. To use this feature, the ZCML file you specify needs to 
  establish a working Zope 3 publication environment. The easiest way to do so is to include this line in the ZCML:
  ``<include package='zope.app.apidoc' file='static.zcml' condition='have static-apidoc' />``.



      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list