Skip to content

Commit

Permalink
Add compatibility warning for the Python API (AcademySoftwareFoundati…
Browse files Browse the repository at this point in the history
…on#1613)

Signed-off-by: brycegbrazen <[email protected]>
Signed-off-by: Jose Enriquez <[email protected]>
  • Loading branch information
brycegbrazen authored and Jose Enriquez committed Feb 14, 2024
1 parent 0b44d54 commit 9e6d55b
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 9e6d55b

Please sign in to comment.