File: Don-t-depend-on-sphinxcontig-jquery-extension.patch

package info (click to toggle)
sphinx-astropy 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 280 kB
  • sloc: python: 393; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 765 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ole Streicher <olebole@debian.org>
Date: Sun, 8 Jan 2023 17:59:01 +0100
Subject: Don't depend on sphinxcontig-jquery extension

Instead, we use libjs-query directly
---
 sphinx_astropy/conf/v1.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sphinx_astropy/conf/v1.py b/sphinx_astropy/conf/v1.py
index b13fc40..4841e7b 100644
--- a/sphinx_astropy/conf/v1.py
+++ b/sphinx_astropy/conf/v1.py
@@ -210,7 +210,6 @@ extensions = ['sphinx_astropy.ext.intersphinx_toggle',
               'sphinx.ext.coverage',
               'sphinx.ext.inheritance_diagram',
               'sphinx.ext.viewcode',
-              'sphinxcontrib.jquery',
               'numpydoc',
               'sphinx_automodapi.automodapi',
               'sphinx_automodapi.smart_resolver',