diff options
author | 2019-11-23 13:27:38 -0700 | |
---|---|---|
committer | 2019-11-25 18:51:44 +1100 | |
commit | a10af356cc076718b731f3515be7dbbccb5e849f (patch) | |
tree | c5945f42444110e0a7167718e45db944ba717721 /docs/source/conf.py | |
parent | aadd818687caa73d2748d63c725d0794724f99ae (diff) |
Update documentation (nw)
* Update MAME docs revision to 0.216
* Add FAQ question about autofire with walkthrough of setup process.
* Add VSCode .gitignore for RST compilation temporary folder (/docs/source/_build)
* Add a caveat about autofire+normal fire mapping
* Add -lowlatency to the docs.
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 4130e982e30..f9f86c1c431 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,9 +62,9 @@ copyright = u'2019, MAMEdev Team' # built documents. # # The short X.Y version. -version = '0.205' +version = '0.216' # The full version, including alpha/beta/rc tags. -release = '0.205' +release = '0.216' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |