Show a patch.

GET /api/patches/195/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 195,
    "url": "https://patchwork.libcamera.org/api/patches/195/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/195/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20190110233829.9638-2-laurent.pinchart@ideasonboard.com>",
    "date": "2019-01-10T23:38:27",
    "name": "[libcamera-devel,1/3] Documentation: Add custom theme",
    "commit_ref": "68ea206456ba7357c258e5aa0d5f6941bac81c2c",
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "580b3b83a9dd6774688b3e6ab443a6877d851070",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/195/mbox/",
    "series": [
        {
            "id": 64,
            "url": "https://patchwork.libcamera.org/api/series/64/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=64",
            "date": "2019-01-10T23:38:26",
            "name": "Generate libcamera.org website from documentation",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/64/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/195/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/195/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<laurent.pinchart@ideasonboard.com>",
        "Received": [
            "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 C887660B32\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 11 Jan 2019 00:38:33 +0100 (CET)",
            "from pendragon.bb.dnainternet.fi\n\t(dfj612yyyyyyyyyyyyyby-3.rev.dnainternet.fi\n\t[IPv6:2001:14ba:21f5:5b00::2])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 868B7E1F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 11 Jan 2019 00:38:32 +0100 (CET)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1547163512;\n\tbh=8k33TWs8y+ejWMJEou2fB51JEoVS8Zoxy5ds9oPjcls=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=sa6TKdsU6sRNxvzyqAtWceYp1P7Rvkp6d4H91PBY+W63xvzux89JZtidSVUr7+jVC\n\tvySNGvbUfmMCofg7P6zs8YTKUzFqdm+XKC1V7tzrJmkKQwG4D5OdEBpwZ1mahmRVIh\n\te4jNVwHWUnIXw6RNB/s86zYyvkQS0mqntIBe5O6c=",
        "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Fri, 11 Jan 2019 01:38:27 +0200",
        "Message-Id": "<20190110233829.9638-2-laurent.pinchart@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.19.2",
        "In-Reply-To": "<20190110233829.9638-1-laurent.pinchart@ideasonboard.com>",
        "References": "<20190110233829.9638-1-laurent.pinchart@ideasonboard.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 1/3] Documentation: Add custom theme",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.23",
        "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>",
        "X-List-Received-Date": "Thu, 10 Jan 2019 23:38:34 -0000"
    },
    "content": "The theme replicates the look and feel of the libcamera.org website.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/conf.py                    |   3 +-\n Documentation/theme/footer.html          |  11 +\n Documentation/theme/layout.html          | 116 ++++++++++\n Documentation/theme/search.html          |  60 +++++\n Documentation/theme/static/css/theme.css | 274 +++++++++++++++++++++++\n Documentation/theme/static/search.png    | Bin 0 -> 482 bytes\n Documentation/theme/theme.conf           |   5 +\n 7 files changed, 468 insertions(+), 1 deletion(-)\n create mode 100644 Documentation/theme/footer.html\n create mode 100644 Documentation/theme/layout.html\n create mode 100644 Documentation/theme/search.html\n create mode 100644 Documentation/theme/static/css/theme.css\n create mode 100644 Documentation/theme/static/search.png\n create mode 100644 Documentation/theme/theme.conf",
    "diff": "diff --git a/Documentation/conf.py b/Documentation/conf.py\nindex 770358198f03..70fbd21448a1 100644\n--- a/Documentation/conf.py\n+++ b/Documentation/conf.py\n@@ -74,7 +74,8 @@ pygments_style = None\n # The theme to use for HTML and HTML Help pages.  See the documentation for\n # a list of builtin themes.\n #\n-html_theme = 'alabaster'\n+html_theme = 'theme'\n+html_theme_path = ['.']\n \n # Theme options are theme-specific and customize the look and feel of a theme\n # further.  For a list of options available for each theme, see the\ndiff --git a/Documentation/theme/footer.html b/Documentation/theme/footer.html\nnew file mode 100644\nindex 000000000000..e63e9fb31099\n--- /dev/null\n+++ b/Documentation/theme/footer.html\n@@ -0,0 +1,11 @@\n+<footer>\n+  <div id=\"signature\">\n+    {%- if show_copyright %}\n+      {%- if hasdoc('copyright') %}\n+        {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href=\"{{ path }}\">Copyright</a> {{ copyright }}.{% endtrans %}\n+      {%- else %}\n+        {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}\n+      {%- endif %}\n+    {%- endif %}\n+  </div>\n+</footer>\ndiff --git a/Documentation/theme/layout.html b/Documentation/theme/layout.html\nnew file mode 100644\nindex 000000000000..a5cc2776adf5\n--- /dev/null\n+++ b/Documentation/theme/layout.html\n@@ -0,0 +1,116 @@\n+{# TEMPLATE VAR SETTINGS #}\n+{%- set url_root = pathto('', 1) %}\n+{%- if url_root == '#' %}{% set url_root = '' %}{% endif %}\n+{%- if not embedded and docstitle %}\n+  {%- set titlesuffix = \" &mdash; \"|safe + docstitle|e %}\n+{%- else %}\n+  {%- set titlesuffix = \"\" %}\n+{%- endif %}\n+<!DOCTYPE html>\n+<head>\n+  <meta charset=\"utf-8\">\n+  {{ metatags }}\n+  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n+  {% block htmltitle %}\n+  <title>{{ title|striptags|e }}{{ titlesuffix }}</title>\n+  {% endblock %}\n+\n+  {# FAVICON #}\n+  {% if favicon %}\n+    <link rel=\"shortcut icon\" href=\"{{ pathto('_static/' + favicon, 1) }}\"/>\n+  {% endif %}\n+\n+  {# CSS #}\n+\n+  {# OPENSEARCH #}\n+  {% if not embedded %}\n+    {% if use_opensearch %}\n+      <link rel=\"search\" type=\"application/opensearchdescription+xml\" title=\"{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}\" href=\"{{ pathto('_static/opensearch.xml', 1) }}\"/>\n+    {% endif %}\n+\n+  {% endif %}\n+\n+  {# RTD hosts this file, so just load on non RTD builds #}\n+  {% if not READTHEDOCS %}\n+    <link rel=\"stylesheet\" href=\"{{ pathto('_static/' + style, 1) }}\" type=\"text/css\" />\n+  {% endif %}\n+\n+  {% for cssfile in css_files %}\n+    <link rel=\"stylesheet\" href=\"{{ pathto(cssfile, 1) }}\" type=\"text/css\" />\n+  {% endfor %}\n+\n+  {% for cssfile in extra_css_files %}\n+    <link rel=\"stylesheet\" href=\"{{ pathto(cssfile, 1) }}\" type=\"text/css\" />\n+  {% endfor %}\n+\n+  {%- block linktags %}\n+    {%- if hasdoc('about') %}\n+        <link rel=\"author\" title=\"{{ _('About these documents') }}\"\n+              href=\"{{ pathto('about') }}\"/>\n+    {%- endif %}\n+    {%- if hasdoc('genindex') %}\n+        <link rel=\"index\" title=\"{{ _('Index') }}\"\n+              href=\"{{ pathto('genindex') }}\"/>\n+    {%- endif %}\n+    {%- if hasdoc('search') %}\n+        <link rel=\"search\" title=\"{{ _('Search') }}\" href=\"{{ pathto('search') }}\"/>\n+    {%- endif %}\n+    {%- if hasdoc('copyright') %}\n+        <link rel=\"copyright\" title=\"{{ _('Copyright') }}\" href=\"{{ pathto('copyright') }}\"/>\n+    {%- endif %}\n+    <link rel=\"top\" title=\"{{ docstitle|e }}\" href=\"{{ pathto('index') }}\"/>\n+    {%- if parents %}\n+        <link rel=\"up\" title=\"{{ parents[-1].title|striptags|e }}\" href=\"{{ parents[-1].link|e }}\"/>\n+    {%- endif %}\n+    {%- if next %}\n+        <link rel=\"next\" title=\"{{ next.title|striptags|e }}\" href=\"{{ next.link|e }}\"/>\n+    {%- endif %}\n+    {%- if prev %}\n+        <link rel=\"prev\" title=\"{{ prev.title|striptags|e }}\" href=\"{{ prev.link|e }}\"/>\n+    {%- endif %}\n+  {%- endblock %}\n+  {%- block extrahead %} {% endblock %}\n+\n+</head>\n+\n+<body role=\"document\">\n+  <header>\n+    <div id=\"navbar\">\n+      <div class=\"navbar-brand\">\n+        <div class=\"navbar-logo\">   _\n++-/ \\-+\n+| (o) |\n++-----+</div>\n+        <div class=\"navbar-name\"><span class=\"text-light\">lib</span>camera</div>\n+      </div>\n+\n+      <div class=\"navbar\">\n+        {{ toctree(maxdepth=1) }}\n+        <div class=\"searchbox\" role=\"search\">\n+          <form class=\"search\" action=\"{{ pathto('search') }}\" method=\"get\">\n+            <input type=\"text\" name=\"q\" />\n+\t    <input type=\"submit\" value=\"Go\" />\n+            <input type=\"hidden\" name=\"check_keywords\" value=\"yes\" />\n+            <input type=\"hidden\" name=\"area\" value=\"default\" />\n+          </form>\n+        </div>\n+      </div>\n+\n+    </div>\n+  </header>\n+\n+  <div id=\"content\">\n+    <div class=\"local-toc\">\n+      <div class=\"toc-title\">Contents</div>\n+      {{ toc }}\n+    </div>\n+\n+    {# PAGE CONTENT #}\n+    <div class=\"block\">\n+      {% block body %}{% endblock %}\n+    </div>\n+  </div>\n+\n+  {% include \"footer.html\" %}\n+</body>\n+</html>\ndiff --git a/Documentation/theme/search.html b/Documentation/theme/search.html\nnew file mode 100644\nindex 000000000000..14d59395df10\n--- /dev/null\n+++ b/Documentation/theme/search.html\n@@ -0,0 +1,60 @@\n+{#\n+    basic/search.html\n+    ~~~~~~~~~~~~~~~~~\n+\n+    Template for the search page.\n+\n+    :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.\n+    :license: BSD, see LICENSE for details.\n+#}\n+{%- extends \"layout.html\" %}\n+{% block extrahead %}\n+  <script type=\"text/javascript\" id=\"documentation_options\" data-url_root=\"{{ pathto('', 1) }}\" src=\"{{ pathto('_static/documentation_options.js', 1) }}\"></script>\n+  {%- for scriptfile in script_files %}\n+  <script type=\"text/javascript\" src=\"{{ pathto(scriptfile, 1) }}\"></script>\n+  {%- endfor %}\n+  <script type=\"text/javascript\" src=\"_static/searchtools.js\"></script>\n+  <script type=\"text/javascript\">\n+    jQuery(function() { Search.loadIndex(\"{{ pathto('searchindex.js', 1) }}\"); });\n+  </script>\n+  {# this is used when loading the search index using $.ajax fails,\n+     such as on Chrome for documents on localhost #}\n+  <script type=\"text/javascript\" id=\"searchindexloader\"></script>\n+{% endblock %}\n+{% block body %}\n+  <h1 id=\"search-documentation\">{{ _('Search') }}</h1>\n+  <div id=\"fallback\" class=\"admonition warning\">\n+  <script type=\"text/javascript\">$('#fallback').hide();</script>\n+  <p>\n+    Please activate JavaScript to enable the search functionality.\n+  </p>\n+  </div>\n+  <p>\n+    From here you can search these documents. Enter your search\n+    words into the box below and click \"search\". Note that the search\n+    function will automatically search for all of the words. Pages\n+    containing fewer words won't appear in the result list.\n+  </p>\n+  <form action=\"\" method=\"get\">\n+    <input type=\"text\" name=\"q\" value=\"\" />\n+    <input type=\"submit\" value=\"{{ _('search') }}\" />\n+    <span id=\"search-progress\" style=\"padding-left: 10px\"></span>\n+  </form>\n+  {% if search_performed %}\n+    <h2>{{ _('Search Results') }}</h2>\n+    {% if not search_results %}\n+      <p>{{ _('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\\'ve selected enough categories.') }}</p>\n+    {% endif %}\n+  {% endif %}\n+  <div id=\"search-results\">\n+  {% if search_results %}\n+    <ul>\n+    {% for href, caption, context in search_results %}\n+      <li><a href=\"{{ pathto(item.href) }}\">{{ caption }}</a>\n+        <div class=\"context\">{{ context|e }}</div>\n+      </li>\n+    {% endfor %}\n+    </ul>\n+  {% endif %}\n+  </div>\n+{% endblock %}\ndiff --git a/Documentation/theme/static/css/theme.css b/Documentation/theme/static/css/theme.css\nnew file mode 100644\nindex 000000000000..047aff07dddb\n--- /dev/null\n+++ b/Documentation/theme/static/css/theme.css\n@@ -0,0 +1,274 @@\n+html {\n+\tbackground-image: linear-gradient(to bottom right, #4895e1, #56c3ae);\n+\tbackground-size: cover;\n+\tbackground-repeat: no-repeat;\n+\tmin-height: 100vh;\n+}\n+\n+body {\n+\tcolor: rgb(0, 0, 0, 0.5);\n+\tfont-family: Arial, sans-serif;\n+\tmargin: 0px;\n+}\n+\n+a {\n+\tcolor: unset;\n+\tfont-weight: bold;\n+\ttext-decoration: underline dotted;\n+}\n+\n+a.headerlink {\n+\tcolor: rgba(0, 0, 0, 0.2);\n+\tfont-size: 70%;\n+\tpadding-left: 5px;\n+\tvisibility: hidden;\n+}\n+\n+h1:hover a.headerlink,\n+h2:hover a.headerlink,\n+h3:hover a.headerlink,\n+h4:hover a.headerlink,\n+h5:hover a.headerlink,\n+h6:hover a.headerlink {\n+\tvisibility: visible;\n+}\n+\n+dt {\n+\tfont-weight: bold;\n+}\n+\n+.text-light {\n+\tcolor: rgba(255, 255, 255, 0.3);\n+}\n+\n+div#navbar {\n+\tmargin-top: 0px;\n+}\n+\n+div.navbar-brand {\n+\tcolor: rgb(255, 255, 255, 1.0);\n+\tfloat: left;\n+\tfont-size: 36px;\n+\tmargin: 0px 24px 24px 24px;\n+}\n+\n+div.navbar-logo {\n+\tfloat: left;\n+\tfont-family: monospace;\n+\tfont-size: 18px;\n+\tfont-weight: bold;\n+\twhite-space: pre;\n+}\n+\n+div.navbar-name {\n+\tfloat: left;\n+\tcolor: rgb(255, 255, 255, 1.0);\n+\tfont-size: 34px;\n+\tmargin-top: 31px;\n+\tmargin-left: 10px;\n+\tpadding-top: 1px;\n+}\n+\n+div.navbar {\n+\tfloat: right;\n+}\n+\n+div.navbar p.caption {\n+\theight: 0px;\n+\tmargin: 0px;\n+\tvisibility: hidden;\n+}\n+\n+div.navbar ul {\n+\tfloat: left;\n+\tfont-size: 24px;\n+\tlist-style: none;\n+\tmargin-top: 42px;\n+\tmargin-right: 20px;\n+\tpadding-left: 0px;\n+}\n+\n+div.navbar a {\n+\tfont-weight: normal;\n+\ttext-decoration: none;\n+}\n+\n+div.navbar li {\n+\tfloat: left;\n+\tmargin-left: 20px;\n+\tmargin-right: 20px;\n+\tposition: relative;\n+}\n+\n+div.navbar li a {\n+\tcolor: rgb(255, 255, 255, 0.5);\n+\tposition: relative;\n+}\n+\n+div.navbar li a:before {\n+\tcontent: \"\";\n+\tposition: absolute;\n+\twidth: 100%;\n+\theight: 2px;\n+\tbottom: 0;\n+\tleft: 0;\n+\tbackground-color: rgb(255, 255, 255, 0.5);\n+\tvisibility: hidden;\n+\ttransform: scaleX(0);\n+\ttransition: all 0.3s ease-in-out 0s;\n+}\n+\n+div.navbar li a:hover {\n+\tcolor: rgb(255, 255, 255, 1.0);\n+}\n+\n+div.navbar li a:hover:before {\n+\tvisibility: visible;\n+\ttransform: scaleX(1);\n+}\n+\n+div.navbar li.current a {\n+\tcolor: rgb(255, 255, 255, 1.0);\n+}\n+\n+div.navbar li.current a:before {\n+\tvisibility: visible;\n+\ttransform: unset;\n+\ttransition: unset;\n+}\n+\n+div.navbar div.searchbox {\n+\tbackground-color: white;\n+\tfloat: right;\n+\tmargin-right: 50px;\n+\tmargin-top: 42px;\n+}\n+\n+div.navbar input[type=text] {\n+\tborder-width: 0;\n+\theight: 2em;\n+\tmargin-left: 10px;\n+\tmargin-right: 5px;\n+}\n+\n+div.navbar input[type=submit] {\n+\tbackground-color: white;\n+\tbackground-image: url(../search.png);\n+\tbackground-repeat: no-repeat;\n+\tborder-width: 0;\n+\tcolor: rgba(0, 0, 0, 0);\n+\tmargin-right: 2px;\n+\twidth: 20px;\n+}\n+\n+div#frontpage {\n+\tclear: both;\n+\tpadding-top: 50px;\n+\tmargin-left: auto;\n+\tmargin-right: auto;\n+\twidth: 75%;\n+\tdisplay: flex;\n+\tjustify-content: space-between;\n+}\n+\n+div#frontpage > div.block {\n+\tbackground-color: white;\n+\tborder-radius: 5px;\n+\tbox-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 40px 0 rgba(0, 0, 0, 0.19);\n+\tcolor: rgb(0, 0, 0, 0.5);\n+\tfont-size: 20px;\n+\tmargin-bottom: 40px;\n+\tmargin-right: 20px;\n+\tmargin-left: 20px;\n+\tpadding: 20px 60px 20px 60px;\n+\ttext-align: center;\n+\twidth: 50%;\n+}\n+\n+div#frontpage > div.block h1 {\n+\tfont-size: 64px;\n+\tpadding-left: 20%;\n+\tpadding-right: 20%;\n+\ttext-align: center;\n+\ttext-shadow: 4px 4px 5px;\n+}\n+\n+div#content {\n+\tbackground-color: white;\n+\tclear: both;\n+\tpadding-top: 50px;\n+\tpadding-bottom: 50px;\n+\tmargin-left: 0px;\n+\tmargin-right: 0px;\n+\toverflow: auto;\n+}\n+\n+div#content > div.block {\n+\tfont-size: 16px;\n+\tmargin-right: 0px;\n+\tmargin-left: 20px;\n+\tmax-width: 800px;\n+\tpadding: 20px 60px 0px 60px;\n+\ttext-align: justify;\n+\twidth: 70%;\n+}\n+\n+div#content > div.block h1 {\n+\tcolor: black;\n+\tfont-size: 40px;\n+\ttext-align: left;\n+}\n+\n+div.local-toc {\n+\tfloat: right;\n+\tbackground-color: #fcfcff;\n+\tborder: 1px dotted #4896e0;\n+\tmargin-right: 100px;\n+\tpadding: 10px 20px 10px 10px;\n+}\n+\n+div.toc-title {\n+\tfont-weight: bold;\n+}\n+\n+div.local-toc ul {\n+\tpadding-left: 20px;\n+\tmargin-bottom: 5px;\n+}\n+\n+div.local-toc a {\n+\tfont-weight: normal;\n+\tpadding-left: 10px;\n+\ttext-decoration: none;\n+}\n+\n+div.highlight-shell > div.highlight > pre,\n+pre.console {\n+\tbackground-color: #fcfcff;\n+\tborder: 1px dotted #4896e0;\n+\tmargin-left: 0em;\n+\tpadding: 10px;\n+\ttext-align: left;\n+}\n+\n+div.highlight-default > div.highlight > pre,\n+pre.diagram {\n+\tbackground-color: #fcfcff;\n+\tborder: 1px dotted #4896e0;\n+\tfont-size: 12px;\n+\tmargin-left: 0em;\n+\tpadding: 10px;\n+\ttext-align: left;\n+\twidth: 47em;\n+}\n+\n+div#signature {\n+\tcolor: rgb(255, 255, 255, 0.5);\n+\tmargin: 20px;\n+\tfloat: right;\n+\tfont-size: 12px;\n+}\n+\n+#libcamera div.toctree-wrapper {\n+\tvisibility: hidden;\n+}\ndiff --git a/Documentation/theme/static/search.png b/Documentation/theme/static/search.png\nnew file mode 100644\nindex 0000000000000000000000000000000000000000..a93c40eb08106554488deaed910aba0f5aef5ec5\nGIT binary patch\nliteral 482\nzcmV<80UiE{P)<h;3K|Lk000e1NJLTq000mG000mO0ssI2kdbIM00009a7bBm000ie\nz000ie0hKEb8vp<Slu1NER49>S{Qv(y11W$BjsN}6-{)Vx|M`d06c#vZ@BJ4Ihb|v`\nz{Q4gQ11Af!uc~y5qrR#TFPa8Mh?6FtzL~%Ctf7Qpw2q<#567){pJ$)D^X1p?EfEg3\nza$+bt{{R1f{K;#k=A~KNPW}D&?>`KD`0>kj!7kC>HSfRw{Eq|}{{R0UwEB?Fj4jBj\nzA>iq!ZyasQJC9yP7Gz>zU^w*fRiw586C)#<bESAW9Tmh6KYooKN}qoImf+#Q8YU7v\nzoF9JtLf4=mz<u-WC#)K-zxk-Z&yB7jNJDnvrTZU${zg-M;^~_cPv3@W$)Rf~w$Nl|\nzWb|2a;MLb3aEbFT-iNL^%+1QID8PfP0U8e%UcUEQzW>wD-<~Q`l02L@-hA47{{;&Z\nz)31O31UcCD$2#ka3!-RXU|{(0<Ja`FxA)wC@!`iWMFE}wbr~Z`A=?GJ-~IR{%Ef*#\nz&Q(){4@Co3aOU|t=f!(I{rV%x!*M9iRYiywJ@KId6G@@%QBFLpEYH9E$l89Iunm|1\nY03N>L+`-G70ssI207*qoM6N<$g81y{PXGV_\n\nliteral 0\nHcmV?d00001\n\ndiff --git a/Documentation/theme/theme.conf b/Documentation/theme/theme.conf\nnew file mode 100644\nindex 000000000000..ba25a19211c7\n--- /dev/null\n+++ b/Documentation/theme/theme.conf\n@@ -0,0 +1,5 @@\n+[theme]\n+inherit = basic\n+stylesheet = css/theme.css\n+\n+[options]\n",
    "prefixes": [
        "libcamera-devel",
        "1/3"
    ]
}