summaryrefslogtreecommitdiff
path: root/libcamera-0.0.5-sphinx.patch
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2023-05-02 21:22:58 +0000
committerDavid Runge <dvzrv@archlinux.org>2023-05-02 21:22:58 +0000
commite469022391054ff5af302a5f3d43fde370ac319b (patch)
tree791ed1d46f02388ee598dd647dcb3585fbe7c802 /libcamera-0.0.5-sphinx.patch
parent7ef43a8e833d44073ee7c2a7d6777c3ff564a099 (diff)
Upgrade to 0.0.5.
Add patch to fix use of removed sphinx keyword: https://github.com/sphinx-doc/sphinx/pull/11381 Use pkgbase instead of pkgname where applicable.
Diffstat (limited to 'libcamera-0.0.5-sphinx.patch')
-rw-r--r--libcamera-0.0.5-sphinx.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libcamera-0.0.5-sphinx.patch b/libcamera-0.0.5-sphinx.patch
new file mode 100644
index 0000000..4591f29
--- /dev/null
+++ b/libcamera-0.0.5-sphinx.patch
@@ -0,0 +1,13 @@
+diff --git a/Documentation/theme/layout.html b/Documentation/theme/layout.html
+index fcc6d221..339aacd6 100644
+--- a/Documentation/theme/layout.html
++++ b/Documentation/theme/layout.html
+@@ -35,7 +35,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
+
+ {# RTD hosts this file, so just load on non RTD builds #}
+ {% if not READTHEDOCS %}
+- <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
++ <link rel="stylesheet" href="{{ pathto('_static/' + styles[-1], 1) }}" type="text/css" />
+ {% endif %}
+
+ {% for cssfile in css_files %}