]> git.notmuchmail.org Git - notmuch/commit
docs: Update intersphinx_mapping
authorFredrik Lönnegren <fredrik@frelon.se>
Thu, 5 Dec 2024 16:45:50 +0000 (17:45 +0100)
committerDavid Bremner <david@tethera.net>
Sun, 8 Dec 2024 13:07:45 +0000 (09:07 -0400)
commit969b26704da11c9e1935e5b442f6a88b32bb7e22
tree172f8eb9d6b7325c31679a59de5d0dcda111027e
parentb61c8cbafea20efc00b9e4f83f0281d9c017bc77
docs: Update intersphinx_mapping

Running `make dirhtml` in bindings/python/docs generates the following
error:

```
sphinx-build -b dirhtml -d build/doctrees   source build/dirhtml
Running Sphinx v8.0.2
loading translations [en]... done
making output directory... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['https://docs.python.org/']. Expected a two-element tuple or list.
```

This commit updates intersphinx_mapping to follow the latest docs [1]

[1] https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html

Signed-off-by: Fredrik Lönnegren <fredrik@frelon.se>
bindings/python/docs/source/conf.py