Skip to content

Commit

Permalink
Improve description of Configuration.{load_only,isolated}
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Mar 26, 2020
1 parent 92294aa commit a817642
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/html/development/architecture/configuration-files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ environment: a combination of configuration files and environment variables.

It can be used in two "modes", for reading all the values from the local
environment and for manipulating a single configuration file. It differentiates
between these two modes using the ``load_only`` attribute.
between these two modes using the ``load_only`` attribute, which can be None or
represent the :ref:`kind <config-kinds>` of the configuration file to be
manipulated.

The ``isolated`` attribute manipulates which sources are used when loading the
The ``isolated`` attribute determines which sources are used when loading the
configuration. If ``isolated`` is ``True``, user-specific configuration files
and environment variables are not used.

Expand Down

0 comments on commit a817642

Please sign in to comment.