docs
docs copied to clipboard
conan.io reStructuredText documentation
Clarify docs for conan.tools.files.mkdir to note that it recursively creates the specified directory
I had to search the source which is not very convenient
This is a tiny update to the documentation, pointing out the small pitfall with editable packages I encountered in conan-io/conan#4749. I hope this helps! Please do feel free to reject...
Changelog: (Feature): os.rename() function frequently raises "Access is denied" exception on windows. This PR provides a function to rename file or folder with retrying to avoid the exception on windows.
Formula that have some generators that run on the host (e.g. protoc) require `arch_build` and `os_build` to be set in the profile. Thus, include the default profile that sets them.
Updated docs for PR [conan-io/conan#6600](https://github.com/conan-io/conan/pull/6600).
If a consumer package is using cmake build system, then cmake_find_package and cmake_find_package_multi are the only supported generators to take advantage of dependencies' components.
I followed the document and set it up for sub-directory, but it just shows upload and download urls without sub-directory. The key thing is to use relative urls.