{"id":24040,"url":"https://patchwork.libcamera.org/api/1.1/patches/24040/?format=json","web_url":"https://patchwork.libcamera.org/patch/24040/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20250730115045.3481-2-laurent.pinchart@ideasonboard.com>","date":"2025-07-30T11:50:42","name":"[v3,1/3] Documentation: Remove unneeded options from Sphinx configuration","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"caa443758cb82c76482479e9fa92483a63ffc6e0","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/1.1/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/24040/mbox/","series":[{"id":5351,"url":"https://patchwork.libcamera.org/api/1.1/series/5351/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5351","date":"2025-07-30T11:50:41","name":"Documentation: Use doxylink to generate Sphinx-to-Doxygen links","version":3,"mbox":"https://patchwork.libcamera.org/series/5351/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/24040/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/24040/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 4C5D2C32B5\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 30 Jul 2025 11:50:59 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id D314169202;\n\tWed, 30 Jul 2025 13:50:57 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 90A21691FF\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 30 Jul 2025 13:50:55 +0200 (CEST)","from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi\n\t[81.175.209.231])\n\tby perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 0256EA57\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 30 Jul 2025 13:50:11 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"hBtQGT5y\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1753876212;\n\tbh=SYIKIem8WWJPl6/RrU22LyqlC57kbXAVjnC4UAt5MKg=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=hBtQGT5y9o3CTRmUaPGDqIlitI6h+IFctAHd39w7CryOypoXwAX3pr9nmU9mJjmV4\n\twbN35ibYt6OeI/H6MEb5dS4VswVluQoAP0+S4oHPiJfjs2MjTfKqqjrMo/36AqvXAk\n\tQrcDklS9BITxLnf3Sx4y3CSgk60Vb238p3vF7NAY=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Subject":"[PATCH v3 1/3] Documentation: Remove unneeded options from Sphinx\n\tconfiguration","Date":"Wed, 30 Jul 2025 14:50:42 +0300","Message-ID":"<20250730115045.3481-2-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.49.1","In-Reply-To":"<20250730115045.3481-1-laurent.pinchart@ideasonboard.com>","References":"<20250730115045.3481-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"libcamera only generates HTML documentation. Drop the unused\nconfiguration options for other output formats, as well as unneeded\nentries in the exclude patterns.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\nReviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>\n---\n Documentation/conf.py | 78 -------------------------------------------\n 1 file changed, 78 deletions(-)","diff":"diff --git a/Documentation/conf.py b/Documentation/conf.py\nindex 089f114c11d5..7d05fc9abcd3 100644\n--- a/Documentation/conf.py\n+++ b/Documentation/conf.py\n@@ -65,9 +65,6 @@ language = 'en'\n # directories to ignore when looking for source files.\n # This pattern also affects html_static_path and html_extra_path.\n exclude_patterns = [\n-    '_build',\n-    'Thumbs.db',\n-    '.DS_Store',\n     'documentation-contents.rst',\n ]\n \n@@ -103,78 +100,3 @@ html_static_path = []\n # 'searchbox.html']``.\n #\n # html_sidebars = {}\n-\n-\n-# -- Options for HTMLHelp output ---------------------------------------------\n-\n-# Output file base name for HTML help builder.\n-htmlhelp_basename = 'libcameradoc'\n-\n-\n-# -- Options for LaTeX output ------------------------------------------------\n-\n-latex_elements = {\n-    # The paper size ('letterpaper' or 'a4paper').\n-    #\n-    # 'papersize': 'letterpaper',\n-\n-    # The font size ('10pt', '11pt' or '12pt').\n-    #\n-    # 'pointsize': '10pt',\n-\n-    # Additional stuff for the LaTeX preamble.\n-    #\n-    # 'preamble': '',\n-\n-    # Latex figure (float) alignment\n-    #\n-    # 'figure_align': 'htbp',\n-}\n-\n-# Grouping the document tree into LaTeX files. List of tuples\n-# (source start file, target name, title,\n-#  author, documentclass [howto, manual, or own class]).\n-latex_documents = [\n-    (master_doc, 'libcamera.tex', 'libcamera Documentation',\n-     author, 'manual'),\n-]\n-\n-\n-# -- Options for manual page output ------------------------------------------\n-\n-# One entry per manual page. List of tuples\n-# (source start file, name, description, authors, manual section).\n-man_pages = [\n-    (master_doc, 'libcamera', 'libcamera Documentation',\n-     [author], 1)\n-]\n-\n-\n-# -- Options for Texinfo output ----------------------------------------------\n-\n-# Grouping the document tree into Texinfo files. List of tuples\n-# (source start file, target name, title, author,\n-#  dir menu entry, description, category)\n-texinfo_documents = [\n-    (master_doc, 'libcamera', 'libcamera Documentation',\n-     author, 'libcamera', 'One line description of project.',\n-     'Miscellaneous'),\n-]\n-\n-\n-# -- Options for Epub output -------------------------------------------------\n-\n-# Bibliographic Dublin Core info.\n-epub_title = project\n-\n-# The unique identifier of the text. This can be a ISBN number\n-# or the project homepage.\n-#\n-# epub_identifier = ''\n-\n-# A unique identification for the text.\n-#\n-# epub_uid = ''\n-\n-# A list of files that should not be packed into the epub file.\n-epub_exclude_files = ['search.html']\n","prefixes":["v3","1/3"]}