Skip to content

Commit

Permalink
Update .pylintrc, fix jQuery for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 24, 2023
1 parent bb8daba commit 8142ea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Expand Up @@ -396,4 +396,4 @@ min-public-methods=1

# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
overgeneral-exceptions=Exception
overgeneral-exceptions=builtins.Exception
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -17,6 +17,7 @@
# ones.
extensions = [
"sphinx.ext.autodoc",
"sphinxcontrib.jquery",
"sphinx.ext.intersphinx",
"sphinx.ext.viewcode",
]
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Expand Up @@ -3,3 +3,4 @@
# SPDX-License-Identifier: Unlicense

sphinx>=4.0.0
sphinxcontrib-jquery

0 comments on commit 8142ea4

Please sign in to comment.