From 625d28e48888ef502f0a35bd5f5c56c5669fe488 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:05:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20RTD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 543a861..202cf7c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,15 +42,6 @@ templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] -intersphinx_mapping = { - "python": ("http://docs.python.org/", None), - "sphinx": ("https://www.sphinx-doc.org/en/master/", None), - "talkytrader": ("https://talky.readthedocs.io", None), - "findmyorder": ("https://findmyorder.readthedocs.io", None), - "dxsp": ("https://dxsp.readthedocs.io", None), - "iamlistening": ("https://iamlistening.rtfd.io/", None), - "talkytrend": ("https://talkytrend.readthedocs.io", None), -} # -- Options for HTML output -------------------------------------------------