Skip to content

Commit 1778647

Browse files
Filip Majfilmaj
authored andcommitted
version 3.15.0
1 parent 8c7b9d2 commit 1778647

File tree

8 files changed

+19
-15
lines changed

8 files changed

+19
-15
lines changed

docs/assets/basic.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -757,6 +757,7 @@ span.pre {
757757
-ms-hyphens: none;
758758
-webkit-hyphens: none;
759759
hyphens: none;
760+
white-space: nowrap;
760761
}
761762

762763
div[class*="highlight-"] {

docs/assets/classic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- classic theme.
66
*
7-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

docs/assets/doctools.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx JavaScript utilities for all documentation.
66
*
7-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -264,6 +264,9 @@ var Documentation = {
264264
hideSearchWords : function() {
265265
$('#searchbox .highlight-link').fadeOut(300);
266266
$('span.highlighted').removeClass('highlighted');
267+
var url = new URL(window.location);
268+
url.searchParams.delete('highlight');
269+
window.history.replaceState({}, '', url);
267270
},
268271

269272
/**

docs/assets/language_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This script contains the language-specific data used by searchtools.js,
66
* namely the list of stopwords, stemmer, scorer and splitter.
77
*
8-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
8+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
99
* :license: BSD, see LICENSE for details.
1010
*
1111
*/

docs/assets/searchtools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx JavaScript utilities for the full-text search.
66
*
7-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

docs/assets/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Once the browser is closed the cookie is deleted and the position
1717
* reset to the default (expanded).
1818
*
19-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
19+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
2020
* :license: BSD, see LICENSE for details.
2121
*
2222
*/

docs/oauth/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -447,14 +447,14 @@ <h2>Token Lookup<a class="headerlink" href="#token-lookup" title="Permalink to t
447447
<h2>Sign in with Slack<a class="headerlink" href="#sign-in-with-slack" title="Permalink to this headline"></a></h2>
448448
<p><a class="reference external" href="https://api.slack.com/authentication/sign-in-with-slack">Sign in with Slack</a> helps users log into your service using their Slack profile. The platform feature was recently upgraded to be compatible with the standard <a class="reference external" href="https://openid.net/connect/">OpenID Connect</a> specification. With slack-sdk v3.9+, implementing the auth flow is much easier.</p>
449449
<p>When you create a new Slack app, set the following user scopes:</p>
450-
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">oauth_config</span><span class="p">:</span>
451-
<span class="nt">redirect_urls</span><span class="p">:</span>
452-
<span class="p p-Indicator">-</span> <span class="l l-Scalar l-Scalar-Plain">https://{your-domain}/slack/oauth_redirect</span>
453-
<span class="nt">scopes</span><span class="p">:</span>
454-
<span class="nt">user</span><span class="p">:</span>
455-
<span class="p p-Indicator">-</span> <span class="l l-Scalar l-Scalar-Plain">openid</span> <span class="c1"># required</span>
456-
<span class="p p-Indicator">-</span> <span class="l l-Scalar l-Scalar-Plain">email</span> <span class="c1"># optional</span>
457-
<span class="p p-Indicator">-</span> <span class="l l-Scalar l-Scalar-Plain">profile</span> <span class="c1"># optional</span>
450+
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">oauth_config</span><span class="p">:</span><span class="w"></span>
451+
<span class="w"> </span><span class="nt">redirect_urls</span><span class="p">:</span><span class="w"></span>
452+
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">https://{your-domain}/slack/oauth_redirect</span><span class="w"></span>
453+
<span class="w"> </span><span class="nt">scopes</span><span class="p">:</span><span class="w"></span>
454+
<span class="w"> </span><span class="nt">user</span><span class="p">:</span><span class="w"></span>
455+
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">openid</span><span class="w"> </span><span class="c1"># required</span><span class="w"></span>
456+
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">email</span><span class="w"> </span><span class="c1"># optional</span><span class="w"></span>
457+
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">profile</span><span class="w"> </span><span class="c1"># optional</span><span class="w"></span>
458458
</pre></div>
459459
</div>
460460
<p>Check <a class="reference external" href="https://github.com/slackapi/python-slack-sdk/blob/main/integration_tests/samples/openid_connect/flask_example.py">the Flask app example</a> to learn how to implement your Web app that handles the OpenID Connect flow with end-users. It does the following:</p>

slack_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Check the latest version at https://pypi.org/project/slack-sdk/"""
2-
__version__ = "3.14.1"
2+
__version__ = "3.15.0"

0 commit comments

Comments
 (0)