From 1b7779cc2b167176bfd224e6cf4183339e7dc4c6 Mon Sep 17 00:00:00 2001
From: Michael Foord <michael@voidspace.org.uk>
Date: Sun, 8 Jan 2012 22:39:58 +0000
Subject: [PATCH] Docs update

---
 README.txt     | 3 +++
 docs/index.txt | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/README.txt b/README.txt
index 69ed064..f7179ba 100644
--- a/README.txt
+++ b/README.txt
@@ -168,3 +168,6 @@ the `__call__` method.
 
 The distribution contains tests and documentation. The tests require
 `unittest2 <http://pypi.python.org/pypi/unittest2>`_ to run.
+
+Docs from the in-development version of `mock` can be found on
+`readthedocs.org <http://mock.readthedocs.org>`_.
diff --git a/docs/index.txt b/docs/index.txt
index 6cf59b7..f189890 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -358,6 +358,9 @@ Documentation for older versions of mock:
 * `mock 0.7 <http://www.voidspace.org.uk/python/mock/0.7/>`_
 * `mock 0.6 <http://www.voidspace.org.uk/python/mock/0.6.0/>`_
 
+Docs from the in-development version of `mock` can be found on
+`readthedocs.org <http://mock.readthedocs.org>`_.
+
 
 Terminology
 ===========
-- 
GitLab