Skip to content

Commit

Permalink
docs: Fix intersphinx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Dec 2, 2024
1 parent 686c235 commit bdd6546
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,5 +340,7 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/3/': None,
'http://rpaths.remram.fr/en/latest/': None}
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'rpaths': ('http://rpaths.remram.fr/en/latest/', None),
}

0 comments on commit bdd6546

Please sign in to comment.