From d87413a5ef7d2c33f374c66a84decdc152ab6a44 Mon Sep 17 00:00:00 2001 From: mraniki Date: Thu, 3 Aug 2023 22:27:37 +0200 Subject: [PATCH 1/2] :memo::bug: --- docs/01_start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01_start.rst b/docs/01_start.rst index 8a26f0e..5fd66ce 100644 --- a/docs/01_start.rst +++ b/docs/01_start.rst @@ -17,7 +17,7 @@ Example The following example illustrate how to use the module -.. rli:: https://raw.githubusercontent.com/mraniki/dxsp/main/dxsp/example.py +.. rli:: https://raw.githubusercontent.com/mraniki/findmyorder/main/examples/example.py :language: python \ No newline at end of file From 0d2be7f1e4b44a58dc8f624974dfffeb871cb0de Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Fri, 4 Aug 2023 19:46:56 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20RTD=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_static/custom.css | 18 +++- docs/_templates/navbar.html | 159 +++++++++++++----------------------- 2 files changed, 73 insertions(+), 104 deletions(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index bbb919f..f667ba5 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -14,8 +14,12 @@ .navbar-inverse, .navbar-collapse, .navbar-brand:hover, .navbar-default, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { background-color: #222222; + } - + .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { + color: #ffcc00; + } + a { color: #ffcc00; } @@ -23,5 +27,13 @@ color: #ffcc00; ; } - - \ No newline at end of file + a:hover code { + color: #ffcc00; + } + + dt:target, span.highlighted { +background-color: transparent; + + } + + \ No newline at end of file diff --git a/docs/_templates/navbar.html b/docs/_templates/navbar.html index cd9fd60..38d68f3 100644 --- a/docs/_templates/navbar.html +++ b/docs/_templates/navbar.html @@ -1,105 +1,62 @@