From 288072c4b28789a7d599d2d224ada5e18a57abd7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 30 Jan 2011 18:33:56 -0500 Subject: we no longer use intersphinx --- docs/conf.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index d623a6323..7c6cc452e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,20 +61,20 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'repoze.sphinx.autointerface', - 'sphinx.ext.intersphinx' +# 'sphinx.ext.intersphinx' ] # Looks for objects in other Pyramid projects -intersphinx_mapping = { - 'cookbook': - ('http://docs.pylonsproject.org/projects/pyramid_cookbook/dev/', None), - 'handlers': - ('http://docs.pylonsproject.org/projects/pyramid_handlers/dev/', None), - 'zcml': - ('http://docs.pylonsproject.org/projects/pyramid_zcml/dev/', None), - 'jinja2': - ('http://docs.pylonsproject.org/projects/pyramid_jinja2/dev/', None), - } +## intersphinx_mapping = { +## 'cookbook': +## ('http://docs.pylonsproject.org/projects/pyramid_cookbook/dev/', None), +## 'handlers': +## ('http://docs.pylonsproject.org/projects/pyramid_handlers/dev/', None), +## 'zcml': +## ('http://docs.pylonsproject.org/projects/pyramid_zcml/dev/', None), +## 'jinja2': +## ('http://docs.pylonsproject.org/projects/pyramid_jinja2/dev/', None), +## } # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -93,7 +93,7 @@ copyright = '%s, Agendaless Consulting' % datetime.datetime.now().year # other places throughout the built documents. # # The short X.Y version. -version = '1.0b3' +version = '1.0' # The full version, including alpha/beta/rc tags. release = version -- cgit v1.2.3