Skip to content

Commit

Permalink
Remove unused and currently non working pyscaffold intersphinx mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tarioch committed Jul 5, 2024
1 parent 888b5ab commit 35b0b15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,5 +276,4 @@
python_version = ".".join(map(str, sys.version_info[0:2]))
intersphinx_mapping = {
"python": ("https://docs.python.org/" + python_version, None),
"pyscaffold": ("https://pyscaffold.org/en/stable", None),
}

0 comments on commit 35b0b15

Please sign in to comment.