Skip to content

Commit 736478a

Browse files
committed
Work around jQuery removed from Sphinx (fixes #1006)
1 parent 29bf03e commit 736478a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
}
1616

1717
# Autodoc.
18-
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.intersphinx"]
18+
extensions = [
19+
"sphinx.ext.autodoc",
20+
"sphinx.ext.viewcode",
21+
"sphinx.ext.intersphinx",
22+
"sphinxcontrib.jquery"
23+
]
1924
autodoc_member_order = "bysource"
2025
intersphinx_mapping = {
2126
"python": ("https://docs.python.org/3", None),

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Sphinx==6.1.2
2+
sphinxcontrib-jquery==4.1

0 commit comments

Comments
 (0)