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