diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-07-13 14:37:31 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-07-13 14:37:31 -0400 |
| commit | 151afc5d6a057f0eac75badfcd0eb808258fa1ea (patch) | |
| tree | fc36050eb7c54ec987e5b379546f94b7de9750a7 /docs | |
| parent | 8ad26e0b17a8ce25fe40abfa6740fc297cdd6d5b (diff) | |
| download | passlib-151afc5d6a057f0eac75badfcd0eb808258fa1ea.tar.gz | |
minor doc changes
Diffstat (limited to 'docs')
| -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 29239be..a412f3e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,6 +30,10 @@ sys.path.insert(0, source_root) #which contains some sphinx extensions used by passlib import cloud_sptheme +#hack to make autodoc generate documentation from the correct class... +from passlib.utils import md4 +md4.md4 = md4._builtin_md4 + # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. |
