Changeset 11406
- Timestamp:
- 24 Feb 2014, 11:05:27 (11 years ago)
- Location:
- main/waeup.aaua/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaua/trunk/CHANGES.txt
r11380 r11406 4 4 1.0.1dev (unreleased) 5 5 ===================== 6 7 * Use only https in theme.html. 6 8 7 9 * Removed sphinx docs. -
main/waeup.aaua/trunk/layout/theme.html
r11284 r11406 512 512 </div> <!-- /container --> 513 513 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> 515 515 <script src="static/bootstrap/js/bootstrap.min.js"></script> 516 516 <script src="static/js/kofa-tooltip.js"></script> -
main/waeup.aaua/trunk/setup.py
r11379 r11406 33 33 'zope.testing', 34 34 'unittest2', 35 ]36 37 docs_require = [38 'Sphinx',39 'collective.recipe.sphinxbuilder',40 'docutils',41 'roman',42 'repoze.sphinx.autointerface',43 35 ] 44 36 … … 87 79 extras_require = dict( 88 80 test = tests_require, 89 docs = docs_require,90 81 beaker = beaker_require, 91 82 diazo = diazo_require,
Note: See TracChangeset for help on using the changeset viewer.