Mercurial > p > roundup > code
comparison website/www/conf.py @ 6439:5296d27ac97c
Implementing RELEASE.txt 2.1.0b1 release
Also spellcheck CHANGES.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 19 Jun 2021 14:48:29 -0400 |
| parents | 45e8d10a9609 |
| children | cbc18a8bc61f |
comparison
equal
deleted
inserted
replaced
| 6438:b671ed2b49b2 | 6439:5296d27ac97c |
|---|---|
| 43 # The master toctree document. | 43 # The master toctree document. |
| 44 master_doc = 'contents' | 44 master_doc = 'contents' |
| 45 | 45 |
| 46 # General information about the project. | 46 # General information about the project. |
| 47 project = u'Roundup' | 47 project = u'Roundup' |
| 48 copyright = u'2009-2020, Richard Jones, Roundup-Team' | 48 copyright = u'2009-2021, Richard Jones, Roundup-Team' |
| 49 | 49 |
| 50 # The version info for the project you're documenting, acts as replacement for | 50 # The version info for the project you're documenting, acts as replacement for |
| 51 # |version| and |release|, also used in various other places throughout the | 51 # |version| and |release|, also used in various other places throughout the |
| 52 # built documents. | 52 # built documents. |
| 53 # | 53 # |
| 54 # The short X.Y version. | 54 # The short X.Y version. |
| 55 version = '2.0' | 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.0.0' | 57 release = '2.1.0beta1' |
| 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 |
