Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DEBE5180AB for ; Mon, 1 Feb 2016 13:54:57 +0000 (UTC) Received: (qmail 57792 invoked by uid 500); 1 Feb 2016 13:54:45 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 57749 invoked by uid 500); 1 Feb 2016 13:54:45 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 57739 invoked by uid 99); 1 Feb 2016 13:54:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2016 13:54:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E856DDFCE4; Mon, 1 Feb 2016 13:54:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dch@apache.org To: commits@couchdb.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: documentation commit: updated refs/heads/master to 6b8e1d0 Date: Mon, 1 Feb 2016 13:54:44 +0000 (UTC) Repository: couchdb-documentation Updated Branches: refs/heads/master d67c8fbbe -> 6b8e1d01b about: override sphinx default lexer Sphinx fails to parse LICENSE as a JSON block when docs are built as part of parent couchdb repo. We override this with none. Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/6b8e1d01 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/6b8e1d01 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/6b8e1d01 Branch: refs/heads/master Commit: 6b8e1d01b8b89fdad5e527fe00dcbe9d2129584e Parents: d67c8fb Author: Dave Cottlehuber Authored: Mon Feb 1 14:53:09 2016 +0100 Committer: Dave Cottlehuber Committed: Mon Feb 1 14:53:53 2016 +0100 ---------------------------------------------------------------------- src/about.rst | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/6b8e1d01/src/about.rst ---------------------------------------------------------------------- diff --git a/src/about.rst b/src/about.rst index db036c3..a3bfc50 100644 --- a/src/about.rst +++ b/src/about.rst @@ -20,4 +20,5 @@ License ======= .. literalinclude:: ../LICENSE + :language: none :lines: 1-202