From c9b9fc7e3778f68a2cee54781a4b13d238c6e5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rinc=C3=B3n?= Date: Tue, 16 May 2023 18:00:02 +0200 Subject: [PATCH] Start work on global conf extra info section --- reference/config_files/global_conf.rst | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/reference/config_files/global_conf.rst b/reference/config_files/global_conf.rst index 4aa8f8c4b683..599b01001730 100644 --- a/reference/config_files/global_conf.rst +++ b/reference/config_files/global_conf.rst @@ -241,10 +241,18 @@ effect because it's the first one evaluated, and after that, Conan is overriding general one, so it deserves to pay special attention to the order. +Information about built-in confs +================================ + +This section provides extra information about specific confs. + +Networking confs +---------------- + .. _reference_config_files_global_conf_ssl_certificates: Configuration of client certificates ------------------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Conan supports client TLS certificates. You can configure the path to your existing *Cacert* file and/or your client certificate (and the key) using the following configuration variables: @@ -265,3 +273,17 @@ For instance: .. seealso:: * :ref:`Managing configuration in your recipes (self.conf_info) ` + + +UX confs +-------- + +Skip warnings +~~~~~~~~~~~~~ + +There are several warnings that Conan outputs in certain cases which can be omitted via the ``core:skip_warnings`` conf, +by adding the warning tag to its value. + +Those warnings are: + + - ``deprecated``: Messages for deprecated features such as legacy generators