Skip to content

Commit 612a1b3

Browse files
committed
Do not install Sphinx until jinja2 dependencies are solved
1 parent 569785a commit 612a1b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ devel = [
6565
"pytest-cov",
6666

6767
# Only for building documentation
68-
"Sphinx>=1.8,<1.9",
68+
# XXX: The version of Sphinx needed to build our documentation
69+
# is incompatible with the old version of jinja2 we need.
70+
# "Sphinx>=1.8,<1.9",
6971
]
7072

7173
[build-system]

0 commit comments

Comments
 (0)