summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-10-27 16:38:22 +0100
committerholger krekel <holger@merlinux.eu>2014-10-27 16:38:22 +0100
commitb551ae4820d9c9148abbe02e099b251531ed794b (patch)
treec2cc03a6defcae78f7cd4269953671372d6be0f1 /doc
parent498053a37892ef116f2dbf313ef98d81b2ab0aa4 (diff)
parent9bfeba98f75849347f8622bbff048f71d15d60f4 (diff)
downloadtox-b551ae4820d9c9148abbe02e099b251531ed794b.tar.gz
merge tox-1.8 maintenance
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
-rw-r--r--doc/config.txt4
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 92ed895..3096b10 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,7 +49,7 @@ copyright = u'2013, holger krekel and others'
#
# The short X.Y version.
release = "1.8"
-version = "1.8.0"
+version = "1.8.1"
# The full version, including alpha/beta/rc tags.
# The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/doc/config.txt b/doc/config.txt
index 2fba5f7..6ffd02b 100644
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -259,6 +259,10 @@ Substitutions
Any ``key=value`` setting in an ini-file can make use
of value substitution through the ``{...}`` string-substitution pattern.
+You can escape curly braces with the ``\`` character if you need them, for example::
+
+ commands = echo "\{posargs\}" = {posargs}
+
Globally available substitutions
++++++++++++++++++++++++++++++++