diff options
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. |
