From 64a0e4e0ecf24f954f93befff88b07c9da2958c7 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Wed, 21 Feb 2024 15:34:08 +0100 Subject: [PATCH] Fix missing JQuery in documentation conf Signed-off-by: Theofilos Manitaras --- docs/conf.py | 3 ++- docs/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4a4b1106bb..48c5710755 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,8 @@ 'sphinx.ext.intersphinx', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', - 'sphinx.ext.githubpages'] + 'sphinx.ext.githubpages', + 'sphinxcontrib.jquery'] intersphinx_mapping = { 'python': ('http://docs.python.org/3', None), diff --git a/docs/requirements.txt b/docs/requirements.txt index 8bf1e2f006..0a7408c2c2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,4 +6,4 @@ semver==3.0.2; python_version >= '3.7' Sphinx==5.3.0; python_version < '3.8' Sphinx==7.1.2; python_version == '3.8' Sphinx==7.2.6; python_version >= '3.9' -sphinx-rtd-theme==1.3.0 +sphinx-rtd-theme==2.0.0