diff --git a/docs/FAQ.rst b/docs/FAQ.rst index 4584863180d4..3917b27a183a 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -202,7 +202,7 @@ If you are using any Python package that depends on ``threadpoolctl``, you also Detailed description of conflicts between multiple OpenMP instances is provided in the `following document `__. -**Solution**: Assuming you are using LightGBM Python-package and conda as a package manager, we strongly recommend using ``conda-forge`` channel as the only source of all your Python package installations because it contains built-in patches to workaround OpenMP conflicts. Some other workarounds are listed `here `__. +**Solution**: Assuming you are using LightGBM Python-package and conda as a package manager, we strongly recommend using ``conda-forge`` channel as the only source of all your Python package installations because it contains built-in patches to workaround OpenMP conflicts. Some other workarounds are listed `here `__ under the "Workarounds for Intel OpenMP and LLVM OpenMP case" section. If this is not your case, then you should find conflicting OpenMP library installations on your own and leave only one of them.