From aa8c03aed15f43e15bc378c8694f92dd371b98ac Mon Sep 17 00:00:00 2001 From: neofelis2X Date: Tue, 21 Jan 2025 01:20:37 +0100 Subject: [PATCH] Docs: remove alabaster, add jquery as sphinx dependecies --- docs/sphinx/conf.py | 3 ++- requirements/devel.txt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 8184a084..1a489a2a 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -25,7 +25,8 @@ sys.path.append(os.path.abspath('..')) # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.todo', +extensions = ["sphinxcontrib.jquery", + 'sphinx.ext.todo', 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.coverage', diff --git a/requirements/devel.txt b/requirements/devel.txt index fae0bff3..bada1ffb 100644 --- a/requirements/devel.txt +++ b/requirements/devel.txt @@ -12,8 +12,8 @@ pytest-xdist pytest-forked pytest-timeout -sphinx; python_version >= '3.0' -alabaster +sphinx +sphinxcontrib-jquery sphinxcontrib-applehelp sphinxcontrib-devhelp sphinxcontrib-htmlhelp