Skip to content

Commit

Permalink
Move linkcheck_ignore to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Jun 26, 2023
1 parent 59d5f91 commit 5cb5784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ def setup(app):
napoleon_use_param = False
nitpicky = False

linkcheck_ignore = [r"https://requires.io/.*"]
linkcheck_ignore = [
r"https://requires.io/.*",
r"https://www.avacon-netz.de/.*",
]
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ commands =

[testenv:docs]
usedevelop = true
linkcheck_ignore = [r"https://www.avacon-netz.de/*"]
deps =
-r{toxinidir}/docs/requirements.txt
commands =
Expand Down

0 comments on commit 5cb5784

Please sign in to comment.