Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-12-14 13:31:38 +0300
committerMichal Čihař <michal@cihar.com>2017-12-14 13:32:03 +0300
commitbd476715a9cb76f67a1724152992d504cbdcde46 (patch)
tree6b32eb165576201234dcb0e648054b61817bcdd8 /doc
parentc0b6ee1e2a53500103ddb05a4ebcc4f732f42419 (diff)
Install newer requests to add SNI support
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 311b4747cf..1996c82ce9 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -312,7 +312,4 @@ linkcheck_ignore = [
r'https://software.opensuse.org/package/.*',
# They have messed up SSL setup
r'https://php-myadmin.ru/.*',
- # There seems to be some problem with SNI on Travis CI
- r'https://www.phpmyadmin.net/.*',
- r'https://files.phpmyadmin.net/.*',
]