From 6044f6adeea13168bf22a4d726dd2de4a0b2dd6d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 5 Jan 2013 00:55:04 -0500 Subject: [PATCH] use latest instead of older missing dev for intersphinx --- docs/conf.py | 2 +- docs/remake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dd7c2851..20c70e39 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ # Looks for pyramid's objects intersphinx_mapping = { 'pyramid': - ('http://docs.pylonsproject.org/projects/pyramid/dev/', None)} + ('http://docs.pylonsproject.org/projects/pyramid/en/latest/', None)} # Add any paths that contain templates here, relative to this directory. templates_path = ['.templates'] diff --git a/docs/remake b/docs/remake index b236f297..eb818289 100755 --- a/docs/remake +++ b/docs/remake @@ -1 +1 @@ -make clean html SPHINXBUILD=../env26/bin/sphinx-build +make clean html SPHINXBUILD=../env27/bin/sphinx-build