Skip to content

Commit f67d112

Browse files
committed
Fix sphinx warning
1 parent b273633 commit f67d112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def get_version(package):
153153
html_static_path = ['_static']
154154

155155
html_context = {
156-
'css_files': [
156+
'extra_css_files': [
157157
# override wide tables in RTD theme
158158
'_static/theme_overrides.css',
159159
],

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can install ``PyJWT`` with ``pip``:
88
$ pip install pyjwt
99
1010
Cryptographic Dependencies (Optional)
11-
-------------------
11+
-------------------------------------
1212

1313
If you are planning on encoding or decoding tokens using certain digital
1414
signature algorithms (like RSA or ECDSA), you will need to install the

0 commit comments

Comments
 (0)