We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569785a commit 612a1b3Copy full SHA for 612a1b3
1 file changed
pyproject.toml
@@ -65,7 +65,9 @@ devel = [
65
"pytest-cov",
66
67
# Only for building documentation
68
- "Sphinx>=1.8,<1.9",
+ # 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",
71
]
72
73
[build-system]
0 commit comments