|
56 | 56 |
|
57 | 57 | # General information about the project. |
58 | 58 | project = u'SmartyBundle' |
59 | | -copyright = u'2011-2014, Vítor Brandão' |
| 59 | +copyright = u'2011-2016, Vítor Brandão' |
60 | 60 |
|
61 | 61 | # The version info for the project you're documenting, acts as replacement for |
62 | 62 | # |version| and |release|, also used in various other places throughout the |
63 | 63 | # built documents. |
64 | 64 | # |
65 | 65 | # The short X.Y version. |
66 | | -version = '1.1.0-DEV' |
| 66 | +version = '1.3' |
67 | 67 | # The full version, including alpha/beta/rc tags. |
68 | | -release = '1.1.0-DEV' |
| 68 | +release = '1.3.1' |
69 | 69 |
|
70 | 70 | # The language for content autogenerated by Sphinx. Refer to documentation |
71 | 71 | # for a list of supported languages. |
|
117 | 117 | 'github_user': 'noiselabs', |
118 | 118 | 'github_repo': 'SmartyBundle', |
119 | 119 | 'twitter_username': 'noiselabs', |
120 | | - 'home_url': 'http://smartybundle.noiselabs.org', |
| 120 | + 'home_url': 'http://smartybundle.readthedocs.io/', |
121 | 121 | 'disqus_shortname': 'noiselabs', |
122 | 122 | } |
123 | 123 |
|
|
276 | 276 | epub_title = u'SmartyBundle' |
277 | 277 | epub_author = u'Vítor Brandão' |
278 | 278 | epub_publisher = u'Vítor Brandão' |
279 | | -epub_copyright = u'2012, Vítor Brandão' |
| 279 | +epub_copyright = u'2011-2016, Vítor Brandão' |
280 | 280 |
|
281 | 281 | # The language of the text. It defaults to the language option |
282 | 282 | # or en if the language is not set. |
|
0 commit comments