summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-30 18:33:56 -0500
committerChris McDonough <chrism@plope.com>2011-01-30 18:33:56 -0500
commit288072c4b28789a7d599d2d224ada5e18a57abd7 (patch)
tree38a84e5bc00c97af61195a1a92affe6011158a0c /docs
parenteb0079afa437b51f9f8df5a8c96a89182b88a075 (diff)
downloadpyramid-288072c4b28789a7d599d2d224ada5e18a57abd7.tar.gz
pyramid-288072c4b28789a7d599d2d224ada5e18a57abd7.tar.bz2
pyramid-288072c4b28789a7d599d2d224ada5e18a57abd7.zip
we no longer use intersphinx
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py24
1 files changed, 12 insertions, 12 deletions
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