From 821ee88c201a2f147c28232cae987f98f436d506 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Wed, 14 Aug 2024 21:05:57 +0200 Subject: [PATCH] Remove legacy stuff from conf.py The reason that sphinxcontrib.jquery is added to extentions is because the `html_theme_path` definition (from old old instructions) disables some other things that the theme adds (like jquery) --- docs/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8657b74e7fc..6c334c21342 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,6 @@ from datetime import datetime import django -import sphinx_rtd_theme from django.utils.encoding import force_text from django.utils.html import strip_tags @@ -100,7 +99,6 @@ def process_docstring(app, what, name, obj, options, lines): "sphinx.ext.viewcode", "m2r", "notfound.extension", - "sphinxcontrib.jquery", ] linkcheck_ignore = [ @@ -144,7 +142,6 @@ def process_docstring(app, what, name, obj, options, lines): # a list of builtin themes. html_theme = "sphinx_rtd_theme" -html_theme_path = [".", sphinx_rtd_theme.get_html_theme_path()] # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the