File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
2929Supported 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
3434You may prefer a Python based configuration file if you need to vary your configuration settings based on your
3535current platform.
You can’t perform that action at this time.
0 commit comments