We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3d8b0 commit 1056414Copy full SHA for 1056414
3 files changed
CHANGES.rst
@@ -6,6 +6,7 @@ CHANGES
6
Unreleased
7
----------
8
- Improved vendorised ``sphinx-build-compatibility`` to make less requests to RTD's API
9
+- Dependencies: Updated to oEmbedPy Sphinx plugin 0.8.1. Thanks, @attakei.
10
11
2025/03/20 0.38.3
12
-----------------
setup.py
@@ -63,7 +63,7 @@
63
"jupysql<0.12",
64
"myst-nb<1.3",
65
"myst-parser[linkify]<5",
66
- "oembedpy<0.8",
+ "oembedpy>=0.8.1,<0.9",
67
"sphinx>=7.1,<9",
68
"sphinx-basic-ng==1.0.0b2",
69
"sphinx-copybutton>=0.3.1,<1",
src/crate/theme/rtd/conf/__init__.py
@@ -34,7 +34,7 @@
34
35
extensions = [
36
"myst_nb",
37
- "oembedpy.ext.sphinx",
+ "oembedpy.adapters.sphinx",
38
"sphinx_copybutton",
39
"sphinx_design",
40
"sphinx_design_elements",
0 commit comments