aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1e26e7dc..351d0ccd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -5,6 +5,12 @@ master_doc = 'index'
linkcheck_ignore = [
'http://localhost',
+ 'http://ejbca',
+ 'https://localhost'
+]
+
+exclude_patterns = [
+ '.tox'
]
extensions = [