Changeset 12837 for main/waeup.ikoba


Ignore:
Timestamp:
31 Mar 2015, 17:30:15 (9 years ago)
Author:
Henrik Bettermann
Message:

Use sphinx from Uli's fork.

Location:
main/waeup.ikoba/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk

    • Property svn:ignore
      •  

        old new  
        2020studycourses.csv
        2121faculties.csv
        22 
         22.mr.developer.cfg
    • Property svn:global-ignores set to
      sources
  • main/waeup.ikoba/trunk/buildout.cfg

    r11952 r12837  
    11[buildout]
    2 develop = .
     2extensions = mr.developer
     3auto-checkout = sphinx
     4sources-dir = sources
     5develop = . Sphinx
    36parts =
    47    eggbasket
     
    3841# unless you specify an eggs-directory option here.
    3942
     43[sources]
     44sphinx = git https://github.com/ulif/sphinx.git pushurl=git@github.com:/ulif/sphinx.git
     45
    4046[ikoba_params]
    4147## Basic parameters for deployment.
  • main/waeup.ikoba/trunk/docs/source/conf.py

    r11952 r12837  
    104104# The theme to use for HTML and HTML Help pages.  Major themes that come with
    105105# Sphinx are currently 'default' and 'sphinxdoc'.
    106 html_theme = 'default'
     106html_theme = 'classic'
    107107
    108108# Theme options are theme-specific and customize the look and feel of a theme
  • main/waeup.ikoba/trunk/versions.cfg

    r12455 r12837  
    88[versions]
    99setuptools = 7.0
    10 collective.recipe.sphinxbuilder = 0.7.0
     10collective.recipe.sphinxbuilder = 0.8.2
    1111collective.recipe.template = 1.10
    1212hurry.workflow = 0.11
     
    3030zope.xmlpickle = 3.4.0
    3131# Require latest version...
    32 Sphinx = 1.0.7
     32Sphinx => 1.3.1
     33Pygments = 2.0
    3334ZODB3 = 3.10.3
    34 docutils = 0.7
     35docutils = 0.11
    3536Jinja2 = 2.3
    3637# for support of unicode encoded passwords
     
    9798# Required by:
    9899# zope.testrunner==4.3.3
    99 six = 1.3.0
     100six = 1.4
    100101
    101102# Required by:
     
    183184# waeup.ikoba==0.2dev
    184185PyPDF2 = 1.23
     186
     187# Added by buildout at 2015-03-31 16:39:23.608920
     188Babel = 1.3
     189alabaster = 0.7.3
     190snowballstemmer = 1.2.0
     191sphinx-rtd-theme = 0.1.7
Note: See TracChangeset for help on using the changeset viewer.