diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-10-05 17:30:27 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-10-05 17:30:27 -0400 |
| commit | ac797f1eda9f916fb32be6b6fd1a3241a2ec5c56 (patch) | |
| tree | c8b88be80783bccb613be99df7f35e540b8b4e9e /docs/conf.py | |
| parent | 7c90595364baf4545e451c15346deb81dc5a79f7 (diff) | |
| download | tablib-ac797f1eda9f916fb32be6b6fd1a3241a2ec5c56.tar.gz | |
Added cofiguration.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
