From f0fee8f5ac2a7a7bba0e3cee54ce5ae4607b2377 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Wed, 9 Jul 2025 23:21:33 +0500 Subject: [PATCH] Drop hoverxref. --- docs/conf.py | 6 ------ docs/requirements.txt | 1 - 2 files changed, 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a58225c6..9502c72c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,6 @@ # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ - "hoverxref.extension", "notfound.extension", "sphinx.ext.autodoc", "sphinx.ext.doctest", @@ -260,8 +259,3 @@ # -- Nitpicking options ------------------------------------------------------- nitpicky = True - - -# -- sphinx-hoverxref options ------------------------------------------------- - -hoverxref_auto_ref = True diff --git a/docs/requirements.txt b/docs/requirements.txt index 27420981..ffbc6da7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,3 @@ sphinx -sphinx-hoverxref sphinx-notfound-page sphinx_rtd_theme