Unverified Kaydet (Commit) 29ec4228 authored tarafından Ned Deily's avatar Ned Deily Kaydeden (comit) GitHub

Pin macOS installer Sphinx to v2.0.1 (GH-13774)

üst 0288dd6a
......@@ -1058,6 +1058,7 @@ def buildPythonDocs():
runCommand('make clean')
# Create virtual environment for docs builds with blurb and sphinx
runCommand('make venv')
runCommand('venv/bin/python3 -m pip install -U Sphinx==2.0.1')
runCommand('make html PYTHON=venv/bin/python')
os.chdir(curDir)
if not os.path.exists(docdir):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment