Commit 6a31300
docs/conf.py: Use modern
With Sphinx 8.0 they removed the old `intersphinx_mapping` format we were still using, which was introduced in Sphinx 0.5. This means an 10 year old line of code got our docs failing.
This commit updates the `docs/conf.py` file to use the new `intersphinx_mapping` format, as described here: https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mappingintersphinx_mapping format1 parent 97d6a4f commit 6a31300
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
0 commit comments