aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-26 08:40:09 -0400
committerW. Trevor King <wking@tremily.us>2012-10-26 08:40:09 -0400
commit27ca8426ae587b73cde11a5d681efc029b8632a4 (patch)
tree39ac34fdb11a5767f6fa9773dbd727b9d9d9a337 /doc
parentc065f17c6a79ec52abc370c91f49e570798cf38e (diff)
downloadbugseverywhere-27ca8426ae587b73cde11a5d681efc029b8632a4.tar.gz
doc:config: use :file: to markup filenames.
Diffstat (limited to 'doc')
-rw-r--r--doc/config.txt2
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).