Skip to content

Commit

Permalink
Merge pull request #132 from yarikoptic/bf-docs
Browse files Browse the repository at this point in the history
Fixup intersphinx_mapping for python
  • Loading branch information
yarikoptic authored Mar 19, 2024
2 parents df06919 + 4b30966 commit a225157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.d/pr-132.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a225157

Please sign in to comment.