From c86359f37e85499a05268259b63bfa3ee32e968a Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 2 Feb 2023 10:23:49 +0100 Subject: [PATCH] docs: simple documentation typo fixed to trigger a documentation build in CI --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index e0e21afa..db0ee550 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -111,7 +111,7 @@ generators. For example: .. note:: - *~/.conan/global.conf* file may also set ``tools.cmake.cmake_layout:build_folder_vars``` which + *~/.conan/global.conf* file may also set ``tools.cmake.cmake_layout:build_folder_vars`` which `makes working with several compilers or build configurations easier `_. For example the below line will force Conan to generate separate CMake presets and folders for each compiler: