summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2017-10-18 10:45:19 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2017-10-18 11:43:21 -0400
commitf67d112db34670064020871b74ab7186f9f30cc6 (patch)
tree92c3b49450fba6184180530d99bb345ae06d823a
parentb273633d7c19088a5c45a3a1eb6eab52240bff5b (diff)
downloadpyjwt-f67d112db34670064020871b74ab7186f9f30cc6.tar.gz
Fix sphinx warning
-rw-r--r--docs/conf.py2
-rw-r--r--docs/installation.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 55c002c..57236d2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -153,7 +153,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_static_path = ['_static']
html_context = {
- 'css_files': [
+ 'extra_css_files': [
# override wide tables in RTD theme
'_static/theme_overrides.css',
],
diff --git a/docs/installation.rst b/docs/installation.rst
index 8d3f3d2..35b03dd 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -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