Skip to content

Commit

Permalink
Add compatibility warning for the Python API (#1613)
Browse files Browse the repository at this point in the history
Signed-off-by: brycegbrazen <[email protected]>
  • Loading branch information
brycegbrazen authored Feb 5, 2024
1 parent aff89bd commit 7c2bd04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
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 7c2bd04

Please sign in to comment.