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 | 959447537d8d8f4d91f5bf25b810e49bdaffddf6 (patch) | |
tree | 8717ac0a5d4639ba590b9530199e262dc40d30e5 /doc/conf.py | |
parent | 85ad93b467bc5fccbcc089e0d0ad5dee4cc38e9d (diff) | |
download | python-coveragepy-git-959447537d8d8f4d91f5bf25b810e49bdaffddf6.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 de90dd74..1be0c4d8 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. |