Skip to content

Commit

Permalink
Make link check controllable via environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Dec 1, 2023
1 parent 6fcd749 commit b63d579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@
}

# Ignored links for linkcheck
linkcheck_ignore = ["https://pypi.org/project/baybe/"]
if "BAYBE_DOCS_LINKCHECK_IGNORE" in os.environ:
linkcheck_ignore = ["https://emdgroup.github.io/baybe/"]


# Everything in the module has the prefix baybe
Expand Down

0 comments on commit b63d579

Please sign in to comment.