Skip to content

Commit 9cf945e

Browse files
authored
docs: link OSTk Physics docs (#396)
1 parent 94fab23 commit 9cf945e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ def setup(app):
172172
intersphinx_mapping = {
173173
"python": ("https://docs.python.org/3", None),
174174
"numpy": ("https://numpy.org/doc/stable/", None),
175+
"ostk.physics": (
176+
"https://open-space-collective.github.io/open-space-toolkit-physics/_build/html/",
177+
None,
178+
),
175179
}
176180

177181
# -- Breathe configuration -------------------------------------------------

0 commit comments

Comments
 (0)