summaryrefslogtreecommitdiffstats
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, 4 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 667f168..2248321 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,5 +52,7 @@ def setup(app):
app.add_css_file("css/ribbon.css")
linkcheck_ignore = [
- r'http://localhost:\d+/'
-] \ No newline at end of file
+ r'http:\.*',
+ r'https:\.*'
+ r'\.*'
+]