diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-23 11:43:34 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-23 15:36:03 -0800 |
commit | 87cd72c144c54fc9c6f05ff7482bd6e9e7622730 (patch) | |
tree | bc168eea14f29c64b27fa25f968885d7c58ba036 /sites/shared_conf.py | |
parent | dde21a7de09bd92a6a362a26009a56a942b3d246 (diff) |
Set up Intersphinx so www can ref docs
Diffstat (limited to 'sites/shared_conf.py')
-rw-r--r-- | sites/shared_conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py index 89e0a56d..c48dcdce 100644 --- a/sites/shared_conf.py +++ b/sites/shared_conf.py @@ -42,7 +42,7 @@ html_sidebars = { # Regular settings project = u'Paramiko' year = datetime.now().year -copyright = u'%d Jeff Forcier, 2003-2012 Robey Pointer' % year +copyright = u'2013-%d Jeff Forcier, 2003-2012 Robey Pointer' % year master_doc = 'index' templates_path = ['_templates'] exclude_trees = ['_build'] |