From: W. Trevor King Date: Fri, 26 Oct 2012 12:40:09 +0000 (-0400) Subject: doc:config: use :file: to markup filenames. X-Git-Tag: 1.1.0~47 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=27ca8426ae587b73cde11a5d681efc029b8632a4;p=be.git doc:config: use :file: to markup filenames. --- 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).