We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51c650e + b8fe154 commit fe2a3abCopy full SHA for fe2a3ab
jupyter_releaser/lib.py
@@ -53,7 +53,7 @@ def check_links(ignore_glob, ignore_links, cache_file, links_expire):
53
cmd += "--disable-warnings --quiet "
54
cmd += f"--check-links-cache-name {cache_dir}/check-release-links "
55
# do not run doctests, since they might depend on other state.
56
- cmd += "--doctest-glob=*.skip"
+ cmd += "-p no:doctest "
57
58
ignored = []
59
for spec in ignore_glob:
0 commit comments