From 56e29ea01914681f394e3a0af4169936079858a7 Mon Sep 17 00:00:00 2001 From: Luca Muscariello Date: Wed, 12 Feb 2020 13:49:52 +0100 Subject: [HICN-512] documentation bundle using sphinx Change-Id: I1dcbca50f7406ef2714683547b6bb32463e1baf8 Signed-off-by: Luca Muscariello --- docs/source/_static/css/rules.css | 19 +++++++++++++++++++ docs/source/_static/fd-io_red_white.png | Bin 0 -> 39010 bytes docs/source/_static/fdio_logo.png | Bin 0 -> 3708 bytes 3 files changed, 19 insertions(+) create mode 100644 docs/source/_static/css/rules.css create mode 100644 docs/source/_static/fd-io_red_white.png create mode 100644 docs/source/_static/fdio_logo.png (limited to 'docs/source/_static') diff --git a/docs/source/_static/css/rules.css b/docs/source/_static/css/rules.css new file mode 100644 index 000000000..ceb0d5abc --- /dev/null +++ b/docs/source/_static/css/rules.css @@ -0,0 +1,19 @@ +/* Allows for tables to be center-aligned */ +table.center-align-table td { + text-align: center; +} + +/* override table width restrictions */ +@media screen and (min-width: 767px) { + + .wy-table-responsive table td { + /* !important prevents the common CSS stylesheets from overriding + this as on RTD they are loaded after this stylesheet */ + white-space: normal !important; + } + + .wy-table-responsive { + overflow: visible !important; + } +} + diff --git a/docs/source/_static/fd-io_red_white.png b/docs/source/_static/fd-io_red_white.png new file mode 100644 index 000000000..9cf6d36f9 Binary files /dev/null and b/docs/source/_static/fd-io_red_white.png differ diff --git a/docs/source/_static/fdio_logo.png b/docs/source/_static/fdio_logo.png new file mode 100644 index 000000000..3c362b278 Binary files /dev/null and b/docs/source/_static/fdio_logo.png differ -- cgit 1.2.3-korg