From 90fe840f7f4b0cf15afff0e73031c5ac6073329c Mon Sep 17 00:00:00 2001 From: Ben Reynwar Date: Mon, 21 May 2012 10:54:23 -0700 Subject: docs: Added version number to sphinx docs. --- docs/sphinx/source/conf.py.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/sphinx/source/conf.py.in') diff --git a/docs/sphinx/source/conf.py.in b/docs/sphinx/source/conf.py.in index 37b945aa7..cb04e73d2 100644 --- a/docs/sphinx/source/conf.py.in +++ b/docs/sphinx/source/conf.py.in @@ -41,17 +41,17 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'GNU Radio (Unofficial Documentation)' -copyright = u'2011, Gnu Radio Developers' +project = u'GNU Radio' +copyright = u'2012, Gnu Radio Developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = 'blah.blah' +version = '@VERSION@' # The full version, including alpha/beta/rc tags. -release = 'blah.blah.blah' +release = '@VERSION@' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit