Commit 9ea90b5
committed
DOC: Fix missing cross-reference checks for sphinx-tags
In cda4372, I "simplified" from
`node['refdomain']` to the existing `domain` argument. With
`sphinx-tags`, the `warn-missing-reference` event occurs for a `None`
domain, and we crash trying to access `domain.name`. But
`node['refdomain']` is still an empty string, so revert back to that.1 parent 42b88d0 commit 9ea90b5
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | | - | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
0 commit comments