Commit f183dde
π Fix linkcheck CI job warnings (useblocks#1667)
`tox -e docs-linkcheck` fails due to 4 warnings promoted to errors by
`-W` flag.
- **`docs/directives/needbar.rst`**: Fix 3 duplicate target name
"transpose" errors β the named hyperlink `` `transpose <...>`_ ``
conflicted with the section heading target. Changed to anonymous
reference (`` `transpose <...>`__ ``).
- **`docs/utils.rst`**: Remove duplicate toctree entry for
`performance/debug`, already included via `performance/index`.
- **`docs/conf.py`**: Add `("py:class", "dict[str")` to `nitpick_ignore`
for a malformed autodoc-generated type reference.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ubmarco <839934+ubmarco@users.noreply.github.com>1 parent 466ad2e commit f183dde
3 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
0 commit comments