{"id":23981,"url":"https://patchwork.libcamera.org/api/1.1/patches/23981/?format=json","web_url":"https://patchwork.libcamera.org/patch/23981/","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":"<20250727015720.6867-2-laurent.pinchart@ideasonboard.com>","date":"2025-07-27T01:57:11","name":"[1/4] Documentation: Remove unneeded options from Sphinx configuration","commit_ref":null,"pull_url":null,"state":"superseded","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/23981/mbox/","series":[{"id":5340,"url":"https://patchwork.libcamera.org/api/1.1/series/5340/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5340","date":"2025-07-27T01:57:10","name":"Documentation: Use doxylink to generate Sphinx-to-Doxygen links","version":1,"mbox":"https://patchwork.libcamera.org/series/5340/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/23981/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/23981/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 3DB31BDCC1\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSun, 27 Jul 2025 01:57:32 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 0056669123;\n\tSun, 27 Jul 2025 03:57:30 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 39E6369120\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 27 Jul 2025 03:57:28 +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 EC034351\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 27 Jul 2025 03:56:46 +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=\"f1OOPkZm\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1753581407;\n\tbh=afYQvywJevamAupropQ9mXxNLCDinpj1my8WJH9GSEw=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=f1OOPkZmNPOkXF5myyl4kLPfniXJRQVdob3X445Hc4RGZqI3nk/q2W/pYTd1sG9DO\n\tZi8VQK9o9hGV2O88PpSrPsW7D/KfkY1KJyIBq9YEzQtUUfsvKUTr1KybYGbaaUrEgN\n\tf/kgTtWWJLkffNrTRQCG63tXxxLezcO1MRUvlFDM=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Subject":"[PATCH 1/4] Documentation: Remove unneeded options from Sphinx\n\tconfiguration","Date":"Sun, 27 Jul 2025 04:57:11 +0300","Message-ID":"<20250727015720.6867-2-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.49.1","In-Reply-To":"<20250727015720.6867-1-laurent.pinchart@ideasonboard.com>","References":"<20250727015720.6867-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>\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":["1/4"]}