diff options
Diffstat (limited to 'libcamera-0.0.5-sphinx.patch')
-rw-r--r-- | libcamera-0.0.5-sphinx.patch | 13 |
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 %} |