You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/08/12 14:23:58 UTC

[GitHub] [incubator-mxnet] mozga-intel commented on a change in pull request #20512: [CI] Fix centos CI & website build

mozga-intel commented on a change in pull request #20512:
URL: https://github.com/apache/incubator-mxnet/pull/20512#discussion_r687762342



##########
File path: docs/python_docs/python/scripts/conf.py
##########
@@ -69,6 +69,9 @@
 autosummary_generate = True
 numpydoc_show_class_members = False
 
+# Disable SSL verification in link check.
+tls_verify = False

Review comment:
       Does tls_verify is a GitLab Runner configuration? Shouldn't the tls_verify be disabled by default? Following the [doc](https://docs.gitlab.com/runner/configuration/advanced-configuration.html)
   
   > tls_verify	Enable or disable TLS verification of connections to Docker daemon. Disabled by default.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org