Merge branch '1.13'

This commit is contained in:
Jeff Forcier 2014-04-01 13:28:56 -07:00
commit 4781f190cf
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import alabaster
html_theme_path = [alabaster.get_path()] html_theme_path = [alabaster.get_path()]
extensions = ['alabaster'] extensions = ['alabaster']
# Paths relative to invoking conf.py - not this shared file # Paths relative to invoking conf.py - not this shared file
html_static_path = ['../_shared_static']
html_theme = 'alabaster' html_theme = 'alabaster'
html_theme_options = { html_theme_options = {
'description': "A Python implementation of SSHv2.", 'description': "A Python implementation of SSHv2.",