Files
external_libcamera/Documentation/theme/static/custom.css
Stefan Klug 8b8b01381d Documentation: Use the sphinx book theme
Our current theme doesn't handle many of the rst features (namely notes,
proper code highlighting, font formatting). The sphinx book theme
provides a unobtrusive design which makes the documentation way more fun
to read. The branding is minimal. The libcamera logo is included and
theme colors are set to the libcamera blue.

To get meson/sphinx to successfully compile the docs the package
"python3-sphinx-book-theme" needs to be installed (at least on debian
based systems).

Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
2025-09-18 22:22:52 +03:00

6 lines
149 B
CSS

/* SPDX-License-Identifier: CC-BY-SA-4.0 */
/* Hide the documentation nav. It is only used on the website. */
.documentation-nav {
display: none;
}