From 52c021ee0b0c6ad2128ed550c694aad0d11d4c3f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 16:53:22 +0200 Subject: Adding upstream version 2.5.7. Signed-off-by: Daniel Baumann --- doc/sphinx/static/kea-imageonly-100bw.png | Bin 0 -> 9560 bytes doc/sphinx/static/kea-logo-100x70.png | Bin 0 -> 9978 bytes doc/sphinx/static/kea-logo-200.png | Bin 0 -> 18795 bytes doc/sphinx/static/kea.css | 26 ++++++++++++++++++++++++++ 4 files changed, 26 insertions(+) create mode 100644 doc/sphinx/static/kea-imageonly-100bw.png create mode 100644 doc/sphinx/static/kea-logo-100x70.png create mode 100644 doc/sphinx/static/kea-logo-200.png create mode 100644 doc/sphinx/static/kea.css (limited to 'doc/sphinx/static') diff --git a/doc/sphinx/static/kea-imageonly-100bw.png b/doc/sphinx/static/kea-imageonly-100bw.png new file mode 100644 index 0000000..fdbaf40 Binary files /dev/null and b/doc/sphinx/static/kea-imageonly-100bw.png differ diff --git a/doc/sphinx/static/kea-logo-100x70.png b/doc/sphinx/static/kea-logo-100x70.png new file mode 100644 index 0000000..1de8411 Binary files /dev/null and b/doc/sphinx/static/kea-logo-100x70.png differ diff --git a/doc/sphinx/static/kea-logo-200.png b/doc/sphinx/static/kea-logo-200.png new file mode 100644 index 0000000..7dbd993 Binary files /dev/null and b/doc/sphinx/static/kea-logo-200.png differ diff --git a/doc/sphinx/static/kea.css b/doc/sphinx/static/kea.css new file mode 100644 index 0000000..55d7758 --- /dev/null +++ b/doc/sphinx/static/kea.css @@ -0,0 +1,26 @@ +/* give more screen width to the content as by default it is too narrow + and many tables and boxes are squeezed */ +.wy-nav-content { + max-width: 1100px; +} + +/* by default table content is not wrapped and then the tables + are pretty wide so removing that + */ +.wy-table-responsive table td, .wy-table-responsive table th { + white-space: normal; +} + +/* Paint literal text black. */ +.rst-content code.literal { + color: black; +} + +/* Have literal text that references other sections underlined. + * It helps the reader figure out that it's a clickable link. + * This type of referencing can be achieved using text roles. + * https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html + */ +.rst-content code.xref { + text-decoration: underline dotted gray; +} -- cgit v1.2.3