diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-29 15:36:47 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-29 15:36:47 -0500 |
| commit | aeb32f806e46fe920e2742133598f3d5cd0c5749 (patch) | |
| tree | b847c5d2c692997fa78ff3891f4babe1f542a73c | |
| parent | 7584a86d277d6bad6c24cdd9807244cc43392f4e (diff) | |
| download | python-coveragepy-git-aeb32f806e46fe920e2742133598f3d5cd0c5749.tar.gz | |
build: keep docs from failing
| -rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index d411e82e..18b56c6e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -128,7 +128,7 @@ nitpick_ignore = [ ] nitpick_ignore_regex = [ - (r"py:class", r"coverage\.types\..*"), + (r"py:class", r"coverage\..*\..*"), ] # -- Options for HTML output --------------------------------------------------- |
