Skip to content

Commit

Permalink
Update OceanParcels doc URL in Sphinx configuration
Browse files Browse the repository at this point in the history
Change the intersphinx mapping for OceanParcels to its new documentation URL.
This ensures references to OceanParcels documentation are correctly resolved
during the build process.
  • Loading branch information
douglatornell committed Nov 19, 2024
1 parent a03e641 commit b3f7c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
intersphinx_mapping = {
"moaddocs": ("https://ubc-moad-docs.readthedocs.io/en/latest/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"oceanparcels": ("https://oceanparcels.org/gh-pages/html/", None),
"oceanparcels": ("https://docs.oceanparcels.org/en/latest/", None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit b3f7c31

Please sign in to comment.