summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-30 18:36:28 -0500
committerChris McDonough <chrism@plope.com>2011-01-30 18:36:28 -0500
commit5236f382ebc58f4b46f273c034449664d198fce0 (patch)
tree2619a307ba87307d6849d1067424a75ed66cda0f /docs/conf.py
parenta9ff226bdeaa43d03759e9605cb8b51fb961979b (diff)
downloadpyramid-5236f382ebc58f4b46f273c034449664d198fce0.tar.gz
pyramid-5236f382ebc58f4b46f273c034449664d198fce0.tar.bz2
pyramid-5236f382ebc58f4b46f273c034449664d198fce0.zip
use the right isbn
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 7c6cc452e..a987106d4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -466,7 +466,7 @@ epub_scheme = 'ISBN'
# The unique identifier of the text. This can be a ISBN number
# or the project homepage.
-epub_identifier = '0615345379'
+epub_identifier = '0615445675'
# A unique identification for the text.
epub_uid = 'The Pyramid Web Application Development Framework, Version 1.0'