From 959447537d8d8f4d91f5bf25b810e49bdaffddf6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 2 Aug 2015 11:45:41 -0400 Subject: Split the api docs into separate pages. The :meth: references are annoying, and some aren't right yet. :( --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/conf.py') 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. -- cgit v1.2.1