diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-10-08 11:49:53 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-10-08 11:49:53 -0400 |
| commit | 55eb3f93e37141ed33455bc4b7db4b6f721445fd (patch) | |
| tree | 469f6bbae68a614ea2ff52817a75db888b8121e4 /docs/conf.py | |
| parent | be7182aea958520a9a2c37ae05130c88119f4e8d (diff) | |
| download | tablib-55eb3f93e37141ed33455bc4b7db4b6f721445fd.tar.gz | |
documentation update
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4d80fe7..b340f43 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -120,7 +120,7 @@ html_theme = 'default' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = ['static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. |
