Skip to content

Commit a2a47fb

Browse files
committed
Require sphinx<8 in tests
Fixes: the `rst2md` tests fail in the CI #1266
1 parent 6089897 commit a2a47fb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Jupytext ChangeLog
22
==================
33

4+
1.16.5-dev
5+
----------
6+
7+
**Fixed**
8+
- The `rst2md` tests have been fixed by requiring `sphinx<8` ([#1266](https://github.com/mwouts/jupytext/issues/1266))
9+
10+
411
1.16.4 (2024-07-12)
512
-------------------
613

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ test-external = [
7070
"isort",
7171
"flake8",
7272
# Sphinx gallery
73+
"sphinx<8", # Issue 1266
7374
"sphinx-gallery<0.8",
7475
# Pre-commit tests
7576
"gitpython",

0 commit comments

Comments
 (0)