Skip to content

Commit 6665dc9

Browse files
committed
Fix docs
1 parent 464f20e commit 6665dc9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"myst-nb": ("https://myst-nb.readthedocs.io/en/v0.12.3/", None),
8484
"ipywidgets": ("https://ipywidgets.readthedocs.io/en/7.6.3/", None),
8585
"jupytext": ("https://jupytext.readthedocs.io/en/stable/", None),
86-
"ipyleaflet": ("https://ipyleaflet.readthedocs.io/en/stable/", None),
86+
"ipyleaflet": ("https://ipyleaflet.readthedocs.io/en/latest/", None),
8787
"poliastro": ("https://docs.poliastro.space/en/v0.15.2/", None),
8888
"qiskit": ("https://qiskit.org/documentation/", None),
8989
"myst-parser": ("https://myst-parser.readthedocs.io/en/v0.15.1/", None),

docs/user/guides/jupyter.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ the slider will render correctly in Sphinx.
145145
To see more elaborate examples:
146146

147147
- `ipyleaflet`_ provides several widgets for interactive maps,
148-
and renders live versions of them :doc:`in their
149-
documentation <ipyleaflet:api_reference/velocity>`.
148+
and renders live versions of them :doc:`in their documentation <ipyleaflet:layers/velocity>`.
150149
- `PyVista <https://docs.pyvista.org/>`_ is used for scientific 3D visualization
151150
with several interactive backends and `examples in their
152151
documentation <https://docs.pyvista.org/index.html#maps-and-geoscience>`_ as well.

0 commit comments

Comments
 (0)