Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Feb 6, 2021
1 parent 3985213 commit ef0bc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"flask": ("https://flask.palletsprojects.com/en/1.1.x/api/", "inv_flask.inv"),
"nox": ("https://nox.thea.codes/en/stable/", "inv_nox.inv"),
}
nitpick_ignore = [('py:class', 'SessionRunner')]
nitpick_ignore = [("py:class", "SessionRunner")]

extensions.append("sphinx.ext.extlinks")
extlinks = {
Expand Down

0 comments on commit ef0bc55

Please sign in to comment.