diff options
author | harlowja <harlowja@virtualbox.rhel> | 2013-01-24 23:36:43 -0800 |
---|---|---|
committer | harlowja <harlowja@virtualbox.rhel> | 2013-01-24 23:36:43 -0800 |
commit | eedc6fb4963e9cfe6d99845ba1aff78447e480e8 (patch) | |
tree | 492302ae77205f3068b235d4a194b816ebffbb29 /doc/rtd | |
parent | 465994f10efbc1d82d667027a6f9dd72d8bc7c6f (diff) | |
download | vyos-cloud-init-eedc6fb4963e9cfe6d99845ba1aff78447e480e8.tar.gz vyos-cloud-init-eedc6fb4963e9cfe6d99845ba1aff78447e480e8.zip |
Fix the release variable.
Diffstat (limited to 'doc/rtd')
-rw-r--r-- | doc/rtd/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py index b3ca2b07..87fc40ab 100644 --- a/doc/rtd/conf.py +++ b/doc/rtd/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # |version| and |release|, also used in various other places throughout the # built documents. version = version.version_string() -release = versions +release = version # Set the default Pygments syntax highlight_language = 'python' |