Thanks to visit codestin.com Credit goes to github.com
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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI Error:
Run .github/scripts/build.sh python3 -m venv ./venv ./venv/bin/python3 -m pip install -U Sphinx==2.3.1 "docutils<0.18" blurb docutils==0.1.17 Jinja2==3.0.3 ERROR: Double requirement given: docutils==0.17.1 (already in docutils<0.18, name='docutils')
https://github.com/python/python-docs-zh-cn/runs/6928865169?check_suite_focus=true#step:5:9
看上去是重复指定依赖版本了
python-docs-zh-cn/.github/scripts/build.sh
Lines 17 to 18 in 065e4c9
现在 3.7 已经手动指定 docutils 的版本了,所以删掉这句就行。
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb docutils==0.17.1 Jinja2==3.0.3
https://github.com/python/cpython/blob/3a4ca49b4b49b77501955dfa5a04191e67822216/Doc/Makefile#L130
The text was updated successfully, but these errors were encountered:
9306124
Revert "Pin docutils version when build with Sphinx 2.3.1"
4dac60f
This reverts commit 065e4c9. Closes: #258
No branches or pull requests
CI Error:
https://github.com/python/python-docs-zh-cn/runs/6928865169?check_suite_focus=true#step:5:9
看上去是重复指定依赖版本了
python-docs-zh-cn/.github/scripts/build.sh
Lines 17 to 18 in 065e4c9
现在 3.7 已经手动指定 docutils 的版本了,所以删掉这句就行。
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb docutils==0.17.1 Jinja2==3.0.3
https://github.com/python/cpython/blob/3a4ca49b4b49b77501955dfa5a04191e67822216/Doc/Makefile#L130
The text was updated successfully, but these errors were encountered: