diff options
author | Ben Reynwar | 2012-05-21 10:54:23 -0700 |
---|---|---|
committer | Ben Reynwar | 2012-05-21 10:54:23 -0700 |
commit | 90fe840f7f4b0cf15afff0e73031c5ac6073329c (patch) | |
tree | a12417f831f04c17049892639e6b591fe05cd7fa /docs/sphinx/source/conf.py.in | |
parent | 8a7fce10fd1be5eca73e243bf63976f7e32ff97f (diff) | |
download | gnuradio-90fe840f7f4b0cf15afff0e73031c5ac6073329c.tar.gz gnuradio-90fe840f7f4b0cf15afff0e73031c5ac6073329c.tar.bz2 gnuradio-90fe840f7f4b0cf15afff0e73031c5ac6073329c.zip |
docs: Added version number to sphinx docs.
Diffstat (limited to 'docs/sphinx/source/conf.py.in')
-rw-r--r-- | docs/sphinx/source/conf.py.in | 8 |
1 files changed, 4 insertions, 4 deletions
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. |