Commit d4164443 authored by Hanno Schlichting's avatar Hanno Schlichting

Updated Sphinx related tools

parent 62bbd9af
...@@ -4,7 +4,6 @@ parts = ...@@ -4,7 +4,6 @@ parts =
test test
scripts scripts
zopepy zopepy
docs
alltests alltests
allpy allpy
dependencies dependencies
...@@ -31,11 +30,6 @@ interpreter = zopepy ...@@ -31,11 +30,6 @@ interpreter = zopepy
scripts = zopepy scripts = zopepy
[docs]
recipe = zc.recipe.egg
eggs = sphinx
[alltests] [alltests]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = eggs =
...@@ -100,6 +94,7 @@ exclude = ...@@ -100,6 +94,7 @@ exclude =
docutils docutils
mechanize mechanize
[docs] [docs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = Sphinx eggs = Sphinx
...@@ -42,7 +42,7 @@ master_doc = 'index' ...@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Zope 2 documentation' project = u'Zope 2 documentation'
copyright = u'2009, The Zope Developers Community' copyright = u'2009-2010, The Zope Developers Community'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
......
...@@ -8,14 +8,14 @@ DateTime = 2.12.0 ...@@ -8,14 +8,14 @@ DateTime = 2.12.0
distribute = 0.6.10 distribute = 0.6.10
docutils = 0.6 docutils = 0.6
ExtensionClass = 2.13.0 ExtensionClass = 2.13.0
Jinja2 = 2.2.1 Jinja2 = 2.3.1
mechanize = 0.1.11 mechanize = 0.1.11
Persistence = 2.13.0 Persistence = 2.13.0
Pygments = 1.1.1 Pygments = 1.3.1
python-gettext = 1.0 python-gettext = 1.0
pytz = 2009r pytz = 2009r
RestrictedPython = 3.5.1 RestrictedPython = 3.5.1
Sphinx = 0.6.3 Sphinx = 0.6.5
setuptools= 0.6c11 setuptools= 0.6c11
tempstorage = 2.11.2 tempstorage = 2.11.2
tl.eggdeps = 0.4 tl.eggdeps = 0.4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment