Skip to content

Commit 1056414

Browse files
committed
Dependencies: Update to oEmbedPy Sphinx plugin 0.8.1
1 parent 4e3d8b0 commit 1056414

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CHANGES
66
Unreleased
77
----------
88
- 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.
910

1011
2025/03/20 0.38.3
1112
-----------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"jupysql<0.12",
6464
"myst-nb<1.3",
6565
"myst-parser[linkify]<5",
66-
"oembedpy<0.8",
66+
"oembedpy>=0.8.1,<0.9",
6767
"sphinx>=7.1,<9",
6868
"sphinx-basic-ng==1.0.0b2",
6969
"sphinx-copybutton>=0.3.1,<1",

src/crate/theme/rtd/conf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
extensions = [
3636
"myst_nb",
37-
"oembedpy.ext.sphinx",
37+
"oembedpy.adapters.sphinx",
3838
"sphinx_copybutton",
3939
"sphinx_design",
4040
"sphinx_design_elements",

0 commit comments

Comments
 (0)