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