Skip to content

Commit

Permalink
Fix sphinx warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Oct 18, 2017
1 parent b273633 commit f67d112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def get_version(package):
html_static_path = ['_static']

html_context = {
'css_files': [
'extra_css_files': [
# override wide tables in RTD theme
'_static/theme_overrides.css',
],
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can install ``PyJWT`` with ``pip``:
$ pip install pyjwt
Cryptographic Dependencies (Optional)
-------------------
-------------------------------------

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

0 comments on commit f67d112

Please sign in to comment.