From ac797f1eda9f916fb32be6b6fd1a3241a2ec5c56 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 5 Oct 2010 17:30:27 -0400 Subject: [PATCH] Added cofiguration. --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 0e832d0..4d80fe7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -214,3 +214,7 @@ man_pages = [ ('index', 'tablib', u'Tablib Documentation', [u'Kenneth Reitz'], 1) ] + +sys.path.append(os.path.abspath('_themes')) +html_theme_path = ['_themes'] +html_theme = 'kr' \ No newline at end of file