summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-12-21 17:02:00 +0100
committerJulian Berman <Julian@GrayVines.com>2019-12-22 08:09:00 +0100
commitd9b9302c16fff700edf9de5977632d5383fe32d0 (patch)
tree2bc05b61e8f73fa5a4c66584150f23f6c4837805 /docs/conf.py
parent2c079f224c0e2fd426f937484c7c26f13d3d58af (diff)
downloadjsonschema-d9b9302c16fff700edf9de5977632d5383fe32d0.tar.gz
Hacky running of tox in CI.
This needs to be better, but hopefully upstream catches up.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1ec003c..dca6bcf 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -246,7 +246,10 @@ def entire_domain(host):
return r"http.?://" + re.escape(host) + r"($|/.*)"
-linkcheck_ignore = [entire_domain("codecov.io")]
+linkcheck_ignore = [
+ entire_domain("codecov.io"),
+ "https://github.com/Julian/jsonschema/actions",
+]
# -- Options for sphinxcontrib-spelling -----------------------------------