Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions reference/conanfile/attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ The profile entries have priority.
The ``conf`` attribute is a **read-only** attribute. It can only be defined in profiles and command lines, but it should never be set by recipes.
Recipes can only read its value via ``self.conf.get()`` method.

.. note::

Accessing the ``conf`` attribute is allowed during the ``generate()``, ``build()`` and ``package()`` methods only.


Output
------
Expand Down