Update to new Alabaster version for footer/extension stuff
This commit is contained in:
parent
4aa9668653
commit
0f2fb26287
|
@ -3,5 +3,5 @@
|
|||
invoke>=0.7.0
|
||||
invocations>=0.4.4
|
||||
sphinx>=1.1.3
|
||||
alabaster>=0.2.0
|
||||
alabaster>=0.3.0
|
||||
releases>=0.2.4
|
||||
|
|
|
@ -5,8 +5,9 @@ import sys
|
|||
import alabaster
|
||||
|
||||
|
||||
# Alabaster theme
|
||||
# Alabaster theme + mini-extension
|
||||
html_theme_path = [alabaster.get_path()]
|
||||
extensions = ['alabaster']
|
||||
# Paths relative to invoking conf.py - not this shared file
|
||||
html_static_path = ['../_shared_static']
|
||||
html_theme = 'alabaster'
|
||||
|
|
|
@ -8,7 +8,7 @@ from shared_conf import *
|
|||
|
||||
# Local blog extension
|
||||
sys.path.append(abspath('.'))
|
||||
extensions = ['blog']
|
||||
extensions.append('blog')
|
||||
rss_link = 'http://paramiko.org'
|
||||
rss_description = 'Paramiko project news'
|
||||
|
||||
|
|
Loading…
Reference in New Issue