Skip to content

Commit

Permalink
Workaround SNI problems on readthedocs.org
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel authored and ibennetch committed Dec 1, 2017
1 parent 9003e3e commit b587227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/conf.py
Expand Up @@ -312,4 +312,6 @@
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 readthedocs.org
r'https://www.phpmyadmin.net/.*',
]

0 comments on commit b587227

Please sign in to comment.