Skip to content

Commit

Permalink
Add sphinx to intersphinx mapping (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 5, 2024
1 parent be6a7b2 commit 4cf3f72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/templates/conf.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"pypi": ("https://pypi.org/project/%s/", "%s"),
}

intersphinx_mapping = {
"sphinx": ("https://www.sphinx-doc.org/", None),
}

todo_include_todos = True

# -- Theme-specific -----------------------------------------------------------
Expand Down

0 comments on commit 4cf3f72

Please sign in to comment.