Changeset 12837 for main/waeup.ikoba/trunk
- Timestamp:
- 31 Mar 2015, 17:30:15 (10 years ago)
- Location:
- main/waeup.ikoba/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk
- Property svn:ignore
-
old new 20 20 studycourses.csv 21 21 faculties.csv 22 22 .mr.developer.cfg
-
-
Property
svn:global-ignores
set to
sources
- Property svn:ignore
-
main/waeup.ikoba/trunk/buildout.cfg
r11952 r12837 1 1 [buildout] 2 develop = . 2 extensions = mr.developer 3 auto-checkout = sphinx 4 sources-dir = sources 5 develop = . Sphinx 3 6 parts = 4 7 eggbasket … … 38 41 # unless you specify an eggs-directory option here. 39 42 43 [sources] 44 sphinx = git https://github.com/ulif/sphinx.git pushurl=git@github.com:/ulif/sphinx.git 45 40 46 [ikoba_params] 41 47 ## Basic parameters for deployment. -
main/waeup.ikoba/trunk/docs/source/conf.py
r11952 r12837 104 104 # The theme to use for HTML and HTML Help pages. Major themes that come with 105 105 # Sphinx are currently 'default' and 'sphinxdoc'. 106 html_theme = ' default'106 html_theme = 'classic' 107 107 108 108 # Theme options are theme-specific and customize the look and feel of a theme -
main/waeup.ikoba/trunk/versions.cfg
r12455 r12837 8 8 [versions] 9 9 setuptools = 7.0 10 collective.recipe.sphinxbuilder = 0. 7.010 collective.recipe.sphinxbuilder = 0.8.2 11 11 collective.recipe.template = 1.10 12 12 hurry.workflow = 0.11 … … 30 30 zope.xmlpickle = 3.4.0 31 31 # Require latest version... 32 Sphinx = 1.0.7 32 Sphinx => 1.3.1 33 Pygments = 2.0 33 34 ZODB3 = 3.10.3 34 docutils = 0. 735 docutils = 0.11 35 36 Jinja2 = 2.3 36 37 # for support of unicode encoded passwords … … 97 98 # Required by: 98 99 # zope.testrunner==4.3.3 99 six = 1. 3.0100 six = 1.4 100 101 101 102 # Required by: … … 183 184 # waeup.ikoba==0.2dev 184 185 PyPDF2 = 1.23 186 187 # Added by buildout at 2015-03-31 16:39:23.608920 188 Babel = 1.3 189 alabaster = 0.7.3 190 snowballstemmer = 1.2.0 191 sphinx-rtd-theme = 0.1.7
Note: See TracChangeset for help on using the changeset viewer.