From patchwork Mon Oct 21 10:24:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2200 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 475F16137A for ; Mon, 21 Oct 2019 12:25:05 +0200 (CEST) Received: from pendragon.ideasonboard.com (143.121.2.93.rev.sfr.net [93.2.121.143]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id AB06A540 for ; Mon, 21 Oct 2019 12:25:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1571653505; bh=jhNjOsjffyFwRjm3u6DZylhMLFOUhDwJIebVUp7Ouyg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KFCn1shQgNitc3FMYyPg7fvlVAk1i0IM1gvVYVOx0hTfpdhnnytKoI0cp9hc2k1O3 JNmPOOo/QT3utB8i9eUXdsPC0LIkh/qZNGx+TIuwHHla3raz/uT6RNS8XR3qRjCmOv 8IJc/E81EIWFLoYtJpmyE6fGfxfw2EWqF5ZsAWJA= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Mon, 21 Oct 2019 13:24:47 +0300 Message-Id: <20191021102453.26471-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191021102453.26471-1-laurent.pinchart@ideasonboard.com> References: <20191021102453.26471-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 2/8] Documentation: contributing: Remove Sphinx + Doxygen integration X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2019 10:25:05 -0000 Sphinx integration with Doxygen didn't produce the expected results, we will not go that way. Don't mention it on the contributing page. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/contributing.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 390b96a55699..1cfbd0ec6b25 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -42,13 +42,8 @@ Documentation Project documentation is created using `Sphinx`_. Source level documentation uses `Doxygen`_. Please make sure to document all code during development. -Sphinx integration with Doxygen is planned, likely using `Breathe`_ and -`Exhale`_. - .. _Sphinx: http://www.sphinx-doc.org .. _Doxygen: http://www.doxygen.nl -.. _Breathe: https://breathe.readthedocs.io/en/latest/ -.. _Exhale: https://exhale.readthedocs.io/en/latest/ Submitting Patches ------------------