summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Gallo <aamsgallo@gmail.com>2021-06-14 16:07:08 +0200
committerAlejandro Gallo <aamsgallo@gmail.com>2021-06-14 16:07:08 +0200
commita583de447bd920af9b5d47d9f9902f1e525c6303 (patch)
treef380489f5c254a2cbe595b20599a32f391d351c8
parent82c1dffd7eaa3df024d101e754d7ab49c1baa2e6 (diff)
Document python configuration file
-rw-r--r--doc/source/configuration.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index 8a5c50b8..48d71a36 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -162,4 +162,17 @@ An example of a project using a local configuration file can be seen
and everytime ``papis`` is using that library the ``.papis.config``
file is also read and some settings will be getting overriden.
+Python configuration file
+-------------------------
+
+For some users it would be useful to have a python file that gets
+loaded together with the usual configuration file, this file
+lives in your papis configuration directory with the name ``config.py``,
+for instance for most users it will be in
+
+::
+
+ ~/.config/papis/config.py
+
+
.. include:: default-settings.rst