Skip to content

Commit

Permalink
More precise config
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Oct 24, 2024
1 parent eae1eb4 commit 09dfdc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def determine_github_branch() -> str:


def linkcode_resolve(domain, info):
"""Add links to GitHub source code."""
if domain != "py":
return None

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ lint = [
"mypy==1.11.2",
"pylint==3.3.1",
"reno>=4.1",
"toml>=0.9.6",
]
notebook-dependencies = [
"qiskit-addon-obp",
Expand Down Expand Up @@ -158,7 +157,7 @@ max-args = 6
]
"docs/**/*" = [
"E402", # module level import not at top of file
"D", # pydocstyle
"D100", # missing docstring in public module
]

[tool.ruff.lint.flake8-copyright]
Expand Down

0 comments on commit 09dfdc9

Please sign in to comment.