Skip to content

Commit

Permalink
Simplify things
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Oct 23, 2024
1 parent 1cce3d8 commit af0b93c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@

# pylint: disable=invalid-name

"""
Sphinx documentation builder
"""
"""Sphinx documentation builder."""

# General options:
import inspect
Expand Down Expand Up @@ -155,6 +153,7 @@ def determine_github_branch() -> str:


def linkcode_resolve(domain, info):
"""Resolve link."""
if domain != "py":
return None

Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ ignore = [
]
"docs/**" = [
"E402", # module level import not at top of file
]
"docs/**.py" = [
"D", # pydocstyle
"D100", # missing docstring in public module
]

[tool.ruff.lint.pydocstyle]
Expand Down

0 comments on commit af0b93c

Please sign in to comment.