Skip to content

Commit 4f47b1b

Browse files
Mention .rezconfig.py in docs (#1981)
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent 003dc3a commit 4f47b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/configuring_rez.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Settings are determined in the following way:
1111
- The setting is then overridden if it is present in another settings file pointed at by the
1212
:envvar:`REZ_CONFIG_FILE` environment variable. This can also be a path-like variable, to read from
1313
multiple configuration files;
14-
- The setting is further overriden if it is present in ``$HOME/.rezconfig``;
14+
- The setting is further overriden if it is present in ``$HOME/.rezconfig`` or ``$HOME/.rezconfig.py``;
1515
- The setting is overridden again if the environment variable :envvar:`REZ_XXX` is present, where ``XXX`` is
1616
the uppercase version of the setting key. For example, :data:`.image_viewer` will be overriden by
1717
:envvar:`REZ_IMAGE_VIEWER`.
@@ -29,7 +29,7 @@ variable :envvar:`REZ_CONFIG_FILE` is then set to for all your users.
2929
Supported Configuration File Formats
3030
====================================
3131

32-
Rez supports both YAML configuration files and Python configuration files.
32+
Rez supports both YAML configuration files (``.rezconfig``) and Python configuration files (``.rezconfig.py``).
3333

3434
You may prefer a Python based configuration file if you need to vary your configuration settings based on your
3535
current platform.

0 commit comments

Comments
 (0)