Changeset 11406 for main/waeup.aaua


Ignore:
Timestamp:
24 Feb 2014, 11:05:27 (11 years ago)
Author:
Henrik Bettermann
Message:

Remove docs_require in setup.py.

Use only https in theme.html.

Location:
main/waeup.aaua/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaua/trunk/CHANGES.txt

    r11380 r11406  
    441.0.1dev (unreleased)
    55=====================
     6
     7* Use only https in theme.html.
    68
    79* Removed sphinx docs.
  • main/waeup.aaua/trunk/layout/theme.html

    r11284 r11406  
    512512    </div> <!-- /container -->
    513513
    514     <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
     514    <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
    515515    <script src="static/bootstrap/js/bootstrap.min.js"></script>
    516516    <script src="static/js/kofa-tooltip.js"></script>
  • main/waeup.aaua/trunk/setup.py

    r11379 r11406  
    3333    'zope.testing',
    3434    'unittest2',
    35     ]
    36 
    37 docs_require = [
    38     'Sphinx',
    39     'collective.recipe.sphinxbuilder',
    40     'docutils',
    41     'roman',
    42     'repoze.sphinx.autointerface',
    4335    ]
    4436
     
    8779      extras_require = dict(
    8880        test = tests_require,
    89         docs = docs_require,
    9081        beaker = beaker_require,
    9182        diazo = diazo_require,
Note: See TracChangeset for help on using the changeset viewer.