Mercurial > p > roundup > code
comparison website/www/conf.py @ 6456:cbc18a8bc61f 2.1.0
Changes for release of version 2.1.0.
Updates specified in RELEASE.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 12 Jul 2021 23:21:12 -0400 |
| parents | 5296d27ac97c |
| children | 54af7ce65e6e |
comparison
equal
deleted
inserted
replaced
| 6455:43298edf7ab1 | 6456:cbc18a8bc61f |
|---|---|
| 52 # built documents. | 52 # built documents. |
| 53 # | 53 # |
| 54 # The short X.Y version. | 54 # The short X.Y version. |
| 55 version = '2.1' | 55 version = '2.1' |
| 56 # The full version, including alpha/beta/rc tags. | 56 # The full version, including alpha/beta/rc tags. |
| 57 release = '2.1.0beta1' | 57 release = '2.1.0' |
| 58 | 58 |
| 59 # The language for content autogenerated by Sphinx. Refer to documentation | 59 # The language for content autogenerated by Sphinx. Refer to documentation |
| 60 # for a list of supported languages. | 60 # for a list of supported languages. |
| 61 #language = None | 61 #language = None |
| 62 | 62 |
| 203 r'http://www.ekit.com/', # reference in license | 203 r'http://www.ekit.com/', # reference in license |
| 204 r'http://www.bizarsoftware.com.au/', # reference in license, | 204 r'http://www.bizarsoftware.com.au/', # reference in license, |
| 205 r'http://11.11.11.101', # dummy example url | 205 r'http://11.11.11.101', # dummy example url |
| 206 r'https://.../rest/.*', # dummy example url | 206 r'https://.../rest/.*', # dummy example url |
| 207 r'http://myroundup.com/roundup.*', # dummy example url | 207 r'http://myroundup.com/roundup.*', # dummy example url |
| 208 r'http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport', # dead link, there for historic | |
| 208 ] | 209 ] |
