We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b273633 commit f67d112Copy full SHA for f67d112
docs/conf.py
@@ -153,7 +153,7 @@ def get_version(package):
153
html_static_path = ['_static']
154
155
html_context = {
156
- 'css_files': [
+ 'extra_css_files': [
157
# override wide tables in RTD theme
158
'_static/theme_overrides.css',
159
],
docs/installation.rst
@@ -8,7 +8,7 @@ You can install ``PyJWT`` with ``pip``:
8
$ pip install pyjwt
9
10
Cryptographic Dependencies (Optional)
11
--------------------
+-------------------------------------
12
13
If you are planning on encoding or decoding tokens using certain digital
14
signature algorithms (like RSA or ECDSA), you will need to install the
0 commit comments