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 16:08:30 UTC

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

barry-jin commented on a change in pull request #20512:
URL: https://github.com/apache/incubator-mxnet/pull/20512#discussion_r687880038



##########
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:
       No, it's a configuration in sphinx to disable verifying the server certifications. 
   ref: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-tls_verify 




-- 
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