From 9132d8fe9a53dfaa8c49e5819bafab683dc338dc Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Mon, 22 Jan 2024 10:34:14 +0100 Subject: [PATCH] Docs: remove dead example Builds are failing due to a warning of a broken link. --- docs/conf.py | 1 - docs/user/guides/jupyter.rst | 3 --- 2 files changed, 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4ff5446f8c6..0318646b330 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,7 +97,6 @@ "jupytext": ("https://jupytext.readthedocs.io/en/stable/", None), "ipyleaflet": ("https://ipyleaflet.readthedocs.io/en/latest/", None), "poliastro": ("https://docs.poliastro.space/en/stable/", None), - "qiskit": ("https://qiskit.org/documentation/", None), "myst-parser": ("https://myst-parser.readthedocs.io/en/stable/", None), "writethedocs": ("https://www.writethedocs.org/", None), "jupyterbook": ("https://jupyterbook.org/en/stable/", None), diff --git a/docs/user/guides/jupyter.rst b/docs/user/guides/jupyter.rst index 49d5b169c72..3696c232895 100644 --- a/docs/user/guides/jupyter.rst +++ b/docs/user/guides/jupyter.rst @@ -309,9 +309,6 @@ To see some examples of notebook galleries in the wild: In addition, `poliastro uses unpaired MyST Notebooks `_ to reduce repository size and improve integration with git. -- `Qiskit `_ is a framework for quantum computing - that leverages ``nbgallery`` :doc:`for its tutorials ` - and uses a highly customized style to match the branding of the website. Background ----------