docs
docs copied to clipboard
conan.io reStructuredText documentation
After [Bintray sunset](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) message, we started to remove our connection to Bintray, but our documentation is still strongly connected to Bintray. As we still have a time transition for Bintray...
Coming from https://github.com/conan-io/conan/issues/8432 - Try to gather as much information together as possible on one page. - Cross-reference the build_requires pages. - Clarify use cases for `force_host_context=True`.
The file below references to repository https://github.com/conan-community/conan-goserver-example which is no longer exists. https://github.com/conan-io/docs/blob/master/howtos/other_languages_package_manager/go.rst The example needs to be updated.
https://docs.conan.io/en/latest/using_packages/conanfile_txt.html#overriding-requirements Though this is declared as "... a good example of overriding requirements .." it is missleading since it does not mention the _override_ parameter like it is done here:...
### Steps to reproduce (Include if Applicable) This might be my relative ignorance of python, but sometimes i'm looking at self.copy and I say "ok those are methods of ConanFile...let...
`conan install` and `conan create` documentation provide informations about order of execution of `ConanFile` methods: https://docs.conan.io/en/latest/reference/commands/consumer/install.html https://docs.conan.io/en/latest/reference/commands/creator/create.html The new method `validate()` added in 1.32.0 is missing.
The current documentation of generator cmake_find_package informs that you can have your cmake modules be automatically included in the generated Findxxx.cmake file. However it doesn't tell how to specify the...
Hi, The docs state > You also need to adjust CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH so CMake can locate all the Config.cmake files: The CMAKE_PREFIX_PATH is used by the find_package and the...
fixes two example snippets.