diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-01-06 06:37:28 +0000 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-01-06 06:37:28 +0000 |
| commit | 587e7450c040659481db75981b0a9cbdc813c13d (patch) | |
| tree | 7b98debc06720845fbbb716f743a5f0c01672ecb /docs/conf.py | |
| parent | c5359db539cad96a83c411d1c059cd4e78b86a46 (diff) | |
| download | passlib-587e7450c040659481db75981b0a9cbdc813c13d.tar.gz | |
removed uneeded bits of utils.TestCase, and some more bps deps
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 20c1b3b..6530259 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -131,7 +131,7 @@ html_short_title = project + " Documentation" # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = filepath("_static", "masthead.png") +html_logo = os.path.join("_static", "masthead.png") # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
