From 19e4a166ec19d0f4981ca40e59e431e0f3be38f2 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Wed, 15 Jan 2020 01:16:53 +0000 Subject: [PATCH] updating documentation --- docs/source/configuration.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index c88c8d2..2a04a36 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -16,7 +16,16 @@ E.g a ``__header__.py`` for the module ``plex_posters`` would look like: __header__ = 'plex_posters' -Your config file can then be created at ``~/.config/__header__/config.toml``. The headers of the toml file would look like: +Your config file can then be created at ``~/.config/__header__/config.toml``. + +Your environment variables can be created with: + +.. code-block:: bash + + HEADER_FOO = "bar" + HEADER_SUBSECTION_FOO = "bar" + +The headers of the toml file would look like: .. code-block:: toml