diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 08:40:09 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 08:40:09 -0400 |
commit | 27ca8426ae587b73cde11a5d681efc029b8632a4 (patch) | |
tree | 39ac34fdb11a5767f6fa9773dbd727b9d9d9a337 /doc | |
parent | c065f17c6a79ec52abc370c91f49e570798cf38e (diff) | |
download | bugseverywhere-27ca8426ae587b73cde11a5d681efc029b8632a4.tar.gz |
doc:config: use :file: to markup filenames.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.txt b/doc/config.txt index fd274ed..eda97de 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -15,7 +15,7 @@ stored in an `INI-style config file`__:: __ configparser_ -The config file is located at ``~/.config/bugs-everywhere`` by +The config file is located at :file:`~/.config/bugs-everywhere` by default, but you can override the path by setting environment variables (see :py:func:`~libbe.storage.util.config.path` for details). |