summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-06-08 16:14:22 -0700
committerGitHub <noreply@github.com>2020-06-09 05:14:22 +0600
commite6f7c09331101d319396333fed5bb65f4ef7d2d8 (patch)
tree52ecd86a4b1ecc85913aabdb64e1d04a09f0711d /docs
parent65bca5c4db1b62dc0eb05f40aaa86dabf898fdae (diff)
downloadpyjwt-e6f7c09331101d319396333fed5bb65f4ef7d2d8.tar.gz
Fix `tox -e lint` warnings and errors (#490)
Now successfully passes when running `tox -e lint`.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 83f346c..39f24b8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -239,13 +239,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (
- master_doc,
- "PyJWT.tex",
- "PyJWT Documentation",
- "José Padilla",
- "manual",
- )
+ (master_doc, "PyJWT.tex", "PyJWT Documentation", "José Padilla", "manual")
]
# The name of an image file (relative to this directory) to place at the top of