Procházet zdrojové kódy

Docs: Warning text changed.

Stefan Simik před 5 roky
rodič
revize
bf08e4ef30
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      docs/source/getting_started/installation.rst

+ 0 - 2
docs/source/getting_started/installation.rst

@@ -161,7 +161,6 @@ In case you can communicate via HTTP, but installation with ``conda`` fails
 on connectivity problems to HTTPS servers, you can disable using SSL for ``conda``.
 
 .. warning:: Disabling SSL in communication is generally not recommended and involves potential security risk.
-    But for testing purposes, this step can help you to get rid of all HTTPS problems in ``conda`` quickly.
 
 .. code:: bash
 
@@ -196,7 +195,6 @@ Example of typical error message, when ``npm`` cannot connect to own repositorie
     npm set strict-ssl False
 
 .. warning:: Disabling SSL in communication is generally not recommended and involves potential security risk.
-    But for testing purposes, this step can help you to get rid of SSL related problems in ``npm`` quickly.
 
 .. code:: bash