Skip to content

Commit

Permalink
use latest instead of older missing dev for intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jan 5, 2013
1 parent 4502cb9 commit 6044f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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']
Expand Down
2 changes: 1 addition & 1 deletion docs/remake
@@ -1 +1 @@
make clean html SPHINXBUILD=../env26/bin/sphinx-build
make clean html SPHINXBUILD=../env27/bin/sphinx-build

0 comments on commit 6044f6a

Please sign in to comment.