Skip to content

Commit

Permalink
Update documentation intersphinx_mapping to external sources
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Jun 7, 2022
1 parent 1ad2375 commit 6008c71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/conf.py
Expand Up @@ -353,7 +353,11 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/3': None}
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"requests": ("https://requests.readthedocs.io/en/latest/", None),
"click": ("https://click.palletsprojects.com/en/latest", None),
}
myst_enable_extensions = [
"tasklist",
"strikethrough",
Expand Down

0 comments on commit 6008c71

Please sign in to comment.