Skip to content

Commit

Permalink
Add API warning
Browse files Browse the repository at this point in the history
Signed-off-by: brycegbrazen <[email protected]>
  • Loading branch information
brycegbrazen committed Jan 8, 2024
1 parent 7e8617d commit e3c15d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Python API
==========

WARNING
=============
Please note the following warnings prior to using the Rez Python API:

* We try our best to not break users, but there are no compatibility guarantees between different versions of Rez.
* The Python API does not currently support rereading from configuration files, or changing to new configuration files after the Python API has initially been imported. If you need to support this functionality, prefer the CLI instead.

.. autosummary::
:toctree: api
:recursive:
Expand Down

0 comments on commit e3c15d5

Please sign in to comment.