From 9bca5b0a992691b09c5b7018d494b2f130019d72 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Thu, 14 Jul 2022 03:16:41 -0500 Subject: [PATCH] Fix docs (#9432) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 39bf9a64973..3f483934ba4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,7 +84,7 @@ "ipywidgets": ("https://ipywidgets.readthedocs.io/en/7.6.3/", None), "jupytext": ("https://jupytext.readthedocs.io/en/stable/", None), "ipyleaflet": ("https://ipyleaflet.readthedocs.io/en/latest/", None), - "poliastro": ("https://docs.poliastro.space/en/v0.15.2/", None), + "poliastro": ("https://docs.poliastro.space/en/stable/", None), "qiskit": ("https://qiskit.org/documentation/", None), "myst-parser": ("https://myst-parser.readthedocs.io/en/v0.15.1/", None), "writethedocs": ("https://www.writethedocs.org/", None),