summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 41da9ad..6e0d6d1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -100,7 +100,8 @@ version = csp.get_version(release)
# directories to ignore when looking for source files.
exclude_patterns = [
#disabling documentation of this until module is more mature.
- "lib/passlib.ext.django.rst"
+ "lib/passlib.ext.django.rst",
+ "lib/passlib.utils.compat.rst",
]
# The reST default role (used for this markup: `text`) to use for all documents.