Skip to content

Commit

Permalink
add note for changing global options
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Oct 24, 2024
1 parent 4d85d30 commit 3ec80fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Recommended usage of the global :attr:`options` object::

value = ezdxf.options.attribute

.. important::

Most options are only read at startup (support dirs, paths to executables),
changing these values has no effect at runtime. To change options, you must
create a configuration file, see section :ref:`config_files`.

The :attr:`options` object uses the Standard Python class :class:`ConfigParser`
to manage the configuration. Shortcut attributes like :attr:`test_files` are
simple properties and most shortcuts are read only marked by (Read only),
Expand Down

0 comments on commit 3ec80fe

Please sign in to comment.