Ignore:
Timestamp:
17 Nov 2015, 12:14:09 (9 years ago)
Author:
uli
Message:

Remove Sphinx development package.

We used our own-made Sphinx package because the stock package is not
able to cope with membernames containing dots. While dots in
(Python-object) membernames are w/o doubt a bad habit, they occur in
grokked objects all the way: 'grokcore.directive.name' and similar are
members of regular grok.Applciation, grok.Container and
grok.Model classes.

With a workaound in conf.py we simply ignore these members and there
is no urgent need for the dependency of the home-brewed Sphinx stuff.

This also eases building of docker containers (no need to install git
in the first place).

File:
1 edited

Legend:

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

    r13074 r13470  
    11[buildout]
    22extensions = mr.developer
    3 auto-checkout = sphinx
     3auto-checkout =
    44sources-dir = sources
    5 develop = . Sphinx
     5develop = .
    66parts =
    77    eggbasket
     
    4242
    4343[sources]
    44 sphinx = git https://github.com/ulif/sphinx.git pushurl=git@github.com:/ulif/sphinx.git
     44# None, currently.
    4545
    4646[kofa_params]
Note: See TracChangeset for help on using the changeset viewer.