Skip to content

Commit

Permalink
Require sphinx<8 in tests
Browse files Browse the repository at this point in the history
Fixes: the `rst2md` tests fail in the CI #1266
  • Loading branch information
mwouts committed Aug 10, 2024
1 parent 6089897 commit a2a47fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Jupytext ChangeLog
==================

1.16.5-dev
----------

**Fixed**
- The `rst2md` tests have been fixed by requiring `sphinx<8` ([#1266](https://github.com/mwouts/jupytext/issues/1266))


1.16.4 (2024-07-12)
-------------------

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ test-external = [
"isort",
"flake8",
# Sphinx gallery
"sphinx<8", # Issue 1266
"sphinx-gallery<0.8",
# Pre-commit tests
"gitpython",
Expand Down

0 comments on commit a2a47fb

Please sign in to comment.