From: Danny Colin Date: Mon, 11 Sep 2023 19:43:17 +0000 (-0400) Subject: use sphinx-rtd-theme X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da98281a5455f2e1757df73e64190d652460dce7;p=thirdparty%2Fbugzilla.git use sphinx-rtd-theme --- diff --git a/docs/en/images/bugzilla-logo-white.svg b/docs/en/images/bugzilla-logo-white.svg new file mode 100644 index 0000000000..e53952646f --- /dev/null +++ b/docs/en/images/bugzilla-logo-white.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/en/rst/_static/bugzilla.css b/docs/en/rst/_static/bugzilla.css index 06f5c83752..8d1132f245 100644 --- a/docs/en/rst/_static/bugzilla.css +++ b/docs/en/rst/_static/bugzilla.css @@ -1,21 +1,5 @@ -@import 'default.css'; - -dt { font-weight: bold; } - -/* Custom roles */ -.param { font-weight: bold; } -.paramval { font-family: monospace; } -.group { font-family: monospace; } -.field { font-weight: bold; } -.command { font-family: monospace; font-size: 130% } - -.admonition-todo { - background-color: lightpink; - border: 2px darkred solid; -} - -/* Make Buggie's antenna not take up so much space */ -.logo { - display: block; - margin-top: -20px; +.wy-side-nav-search .wy-dropdown > a img.logo, +.wy-side-nav-search > a img.logo { + min-width: 150px; + width: 350px; } diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index b2bf9ec5e5..9169cb648f 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -128,12 +128,31 @@ them `here