We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6089897 commit a2a47fbCopy full SHA for a2a47fb
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Jupytext ChangeLog
2
==================
3
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
11
1.16.4 (2024-07-12)
12
-------------------
13
pyproject.toml
@@ -70,6 +70,7 @@ test-external = [
70
"isort",
71
"flake8",
72
# Sphinx gallery
73
+ "sphinx<8", # Issue 1266
74
"sphinx-gallery<0.8",
75
# Pre-commit tests
76
"gitpython",
0 commit comments