File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
docs/html/development/architecture Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,11 @@ environment: a combination of configuration files and environment variables.
53
53
54
54
It can be used in two "modes", for reading all the values from the local
55
55
environment and for manipulating a single configuration file. It differentiates
56
- between these two modes using the ``load_only `` attribute.
56
+ between these two modes using the ``load_only `` attribute, which can be None or
57
+ represent the :ref: `kind <config-kinds >` of the configuration file to be
58
+ manipulated.
57
59
58
- The ``isolated `` attribute manipulates which sources are used when loading the
60
+ The ``isolated `` attribute determines which sources are used when loading the
59
61
configuration. If ``isolated `` is ``True ``, user-specific configuration files
60
62
and environment variables are not used.
61
63
You can’t perform that action at this time.
0 commit comments