diff options
| author | Chris McDonough <chrism@plope.com> | 2012-04-10 18:53:07 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-04-10 18:53:07 -0400 |
| commit | 9cddb399453d9cde6c03dff8a631f8f1977348a6 (patch) | |
| tree | 59e5b62de47bf9522cce9d929de3c87de098ec24 /docs/conf.py | |
| parent | 5ceefa60dc548d95f5a96a2a149c3ad52bedf87c (diff) | |
| download | pyramid-9cddb399453d9cde6c03dff8a631f8f1977348a6.tar.gz pyramid-9cddb399453d9cde6c03dff8a631f8f1977348a6.tar.bz2 pyramid-9cddb399453d9cde6c03dff8a631f8f1977348a6.zip | |
test checkin for rtd
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index ffbf15808..1c24a0ead 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -476,7 +476,7 @@ def resig(app, what, name, obj, options, signature, return_annotation): # -- Options for Epub output --------------------------------------------------- # Bibliographic Dublin Core info. -epub_title = 'The Pyramid Web Application Development Framework, Version 1.3' +epub_title = 'The Pyramid Web Application Development Framework, Version 1.4' epub_author = 'Chris McDonough' epub_publisher = 'Agendaless Consulting' epub_copyright = '2008-2011' @@ -493,7 +493,7 @@ epub_scheme = 'ISBN' epub_identifier = '0615445675' # A unique identification for the text. -epub_uid = 'The Pyramid Web Application Development Framework, Version 1.3' +epub_uid = 'The Pyramid Web Application Development Framework, Version 1.4' # HTML files that should be inserted before the pages created by sphinx. # The format is a list of tuples containing the path and title. |
