diff options
author | 2019-01-10 07:06:52 -0700 | |
---|---|---|
committer | 2019-01-11 01:06:52 +1100 | |
commit | 9e3e966dea128a7d394541f1b436c5d6e2ac25ea (patch) | |
tree | 5790922b33ef0a953f13468d718b0b3c3576c591 /docs/source/conf.py | |
parent | c40a9eb525c2cd49185a7b59433361170c71cb72 (diff) |
Major formatting update for command line options, copyright/version update (#4470)
* Update copyrights and docs revision (nw)
Updates copyright on existing 2018 entries to 2019 (and one 2016)
Updates the docs compilation script to MAME 0.205 and 2019 copyright.
* Further formatting overhauling (nw)
Clamp to 80 column where possible; it makes it easier to track errant
line breaks, etc.
Also begin standardizing tab formatting and two spaces after period.
* Further corrections to command line materials (nw)
* More adjustments for Cuavas (nw)
Getting closer to acceptable.
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index acc99a66fbd..0272749c9b3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,16 +54,16 @@ master_doc = 'index' # General information about the project. project = u'MAME Documentation' -copyright = u'2018, MAMEdev Team' +copyright = u'2019, MAMEdev Team' # 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 = '0.194' +version = '0.205' # The full version, including alpha/beta/rc tags. -release = '0.194' +release = '0.205' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |