We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c215a78 commit 6573504Copy full SHA for 6573504
build_docs.py
@@ -212,7 +212,7 @@ def requirements(self) -> list[str]:
212
if self.name in {"3.7", "3.6", "2.7"}:
213
return reqs + ["sphinx==2.3.1"]
214
if self.name == "3.5":
215
- return reqs + ["sphinx==1.8.4"]
+ return reqs + ["sphinx==1.8.4", "standard-pipes"]
216
raise ValueError("unreachable")
217
218
@property
0 commit comments