summaryrefslogtreecommitdiffstats
path: root/_static
diff options
context:
space:
mode:
authorGravatar HassanAbouelela <[email protected]>2022-02-21 12:13:17 +0000
committerGravatar HassanAbouelela <[email protected]>2022-02-21 12:13:17 +0000
commitf81e961084bb65f37384dc5e3c8eced7fdad3319 (patch)
tree37644df1e62ec2c07097f60bed2d6f8547f21e1b /_static
parentDeploying to docs from @ python-discord/bot-core@29189d599f7de9f87aeba3f565f0... (diff)
Deploying to docs from @ python-discord/bot-core@72ec57ae3153a274c902493ef6f74d35c27f965b 🚀
Diffstat (limited to '_static')
-rw-r--r--_static/basic.css3
-rw-r--r--_static/doctools.js5
-rw-r--r--_static/language_data.js2
-rw-r--r--_static/pygments.css2
-rw-r--r--_static/searchtools.js2
5 files changed, 9 insertions, 5 deletions
diff --git a/_static/basic.css b/_static/basic.css
index 603f6a87..bf18350b 100644
--- a/_static/basic.css
+++ b/_static/basic.css
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
@@ -757,6 +757,7 @@ span.pre {
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
+ white-space: nowrap;
}
div[class*="highlight-"] {
diff --git a/_static/doctools.js b/_static/doctools.js
index 8cbf1b16..e509e483 100644
--- a/_static/doctools.js
+++ b/_static/doctools.js
@@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for all documentation.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
@@ -264,6 +264,9 @@ var Documentation = {
hideSearchWords : function() {
$('#searchbox .highlight-link').fadeOut(300);
$('span.highlighted').removeClass('highlighted');
+ var url = new URL(window.location);
+ url.searchParams.delete('highlight');
+ window.history.replaceState({}, '', url);
},
/**
diff --git a/_static/language_data.js b/_static/language_data.js
index 863704b3..ebe2f03b 100644
--- a/_static/language_data.js
+++ b/_static/language_data.js
@@ -5,7 +5,7 @@
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/_static/pygments.css b/_static/pygments.css
index 82b3cb23..3003859f 100644
--- a/_static/pygments.css
+++ b/_static/pygments.css
@@ -54,7 +54,7 @@
.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #000000 } /* Name.Variable */
.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */
-.highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
+.highlight .w { color: #f8f8f8 } /* Text.Whitespace */
.highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
diff --git a/_static/searchtools.js b/_static/searchtools.js
index 002e9c4a..2d778593 100644
--- a/_static/searchtools.js
+++ b/_static/searchtools.js
@@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for the full-text search.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/