diff --git a/changelog.d/pr-132.md b/changelog.d/pr-132.md new file mode 100644 index 0000000..84f6082 --- /dev/null +++ b/changelog.d/pr-132.md @@ -0,0 +1,3 @@ +### 📝 Documentation + +- Fixup intersphinx_mapping for python. [PR #132](https://github.com/datalad/datalad-neuroimaging/pull/132) (by [@yarikoptic](https://github.com/yarikoptic)) diff --git a/docs/source/conf.py b/docs/source/conf.py index aa1cb41..92ee5d9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -133,7 +133,7 @@ def setup(sphinx): todo_include_todos = True # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} # smart quotes are incompatible with the RST flavor of the generated manpages # but see `smartquotes_action` for more fine-grained control, in case