diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 11:45:41 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 11:45:41 -0400 |
commit | f9b9abb5b81bd9efbb7f8b283d28af2bbf7808c7 (patch) | |
tree | 728bc1f785c7fa2bf25a8e1b1019273e7e7b7f16 /doc/conf.py | |
parent | 4031cbbe269ad31b63b9533dca2fa22510bcb3ba (diff) | |
download | python-coveragepy-f9b9abb5b81bd9efbb7f8b283d28af2bbf7808c7.tar.gz |
Split the api docs into separate pages.
The :meth: references are annoying, and some aren't right yet. :(
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index de90dd7..1be0c4d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2015, Ned Batchelder' # The short X.Y version. version = '4.0' # The full version, including alpha/beta/rc tags. -release = '4.0a6' +release = '4.0b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |