Blog only used/exists in www, don't import it in docs site

This commit is contained in:
Jeff Forcier 2014-01-22 10:55:39 -08:00
parent 2da9142520
commit 5a1f927310
2 changed files with 7 additions and 6 deletions

View File

@ -5,12 +5,6 @@ import sys
import alabaster
# Add local blog extension
sys.path.append(os.path.abspath('.'))
extensions = ['blog']
rss_link = 'http://paramiko.org'
rss_description = 'Paramiko project news'
# Alabaster theme
html_theme_path = [alabaster.get_path()]
# Paths relative to invoking conf.py - not this shared file

View File

@ -2,3 +2,10 @@
import os, sys
sys.path.append(os.path.abspath('..'))
from shared_conf import *
# Add local blog extension
sys.path.append(os.path.abspath('.'))
extensions = ['blog']
rss_link = 'http://paramiko.org'
rss_description = 'Paramiko project news'