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>
6 lines
149 B
CSS
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;
|
|
}
|