File: 0022-workaround-missing-sphinxcontrib.jquery.patch

package info (click to toggle)
trafficserver 9.2.5%2Bds-0%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 64,964 kB
  • sloc: cpp: 345,958; ansic: 31,184; python: 25,297; sh: 7,023; makefile: 3,045; perl: 2,255; java: 277; pascal: 119; sql: 94; xml: 2
file content (20 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -67,7 +67,6 @@ extensions = [
     'sphinx.ext.coverage',
     'sphinx.ext.viewcode',
     'sphinxcontrib.plantuml',
-    'sphinxcontrib.jquery',
     'traffic-server',
 ]
 
--- a/doc/Pipfile
+++ b/doc/Pipfile
@@ -30,7 +30,6 @@ verify_ssl = true
 sphinx = "==6.1.3"
 
 sphinx-rtd-theme = ">=1.*"
-sphinxcontrib-jquery = "*"
 sphinxcontrib-plantuml = "*"
 # i18n
 sphinx-intl = "*"