This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Install python-docs-theme even if Sphinx is already installed
Type: enhancement Stage: resolved
Components: Windows Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: adelfino, miss-islington, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2018-05-28 17:36 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7163 merged adelfino, 2018-05-28 17:37
PR 7183 merged miss-islington, 2018-05-28 23:21
PR 7184 merged miss-islington, 2018-05-28 23:22
Messages (5)
msg317892 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-05-28 17:36
python-docs-theme is being installed only if Sphinx is not installed too. PR fixes this.
msg317893 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-05-28 17:38
This applies to Windows's make.bat.
msg317957 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2018-05-28 23:20
New changeset 3d3e66c2daebd8e6b18944eac7546168c0006c78 by Steve Dower (Andrés Delfino) in branch 'master':
bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163)
https://github.com/python/cpython/commit/3d3e66c2daebd8e6b18944eac7546168c0006c78
msg317969 - (view) Author: miss-islington (miss-islington) Date: 2018-05-29 01:03
New changeset a379dea11e989da73c335a83ea7368c5e070987e by Miss Islington (bot) in branch '3.7':
bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163)
https://github.com/python/cpython/commit/a379dea11e989da73c335a83ea7368c5e070987e
msg317970 - (view) Author: miss-islington (miss-islington) Date: 2018-05-29 01:08
New changeset d8af8302430d85589df0a76d43dda9bac5be27c4 by Miss Islington (bot) in branch '3.6':
bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163)
https://github.com/python/cpython/commit/d8af8302430d85589df0a76d43dda9bac5be27c4
History
Date User Action Args
2022-04-11 14:59:00adminsetgithub: 77854
2018-05-29 01:55:01steve.dowersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-05-29 01:08:19miss-islingtonsetmessages: + msg317970
2018-05-29 01:03:40miss-islingtonsetnosy: + miss-islington
messages: + msg317969
2018-05-29 00:36:58steve.dowersetassignee: steve.dower
2018-05-28 23:22:43miss-islingtonsetpull_requests: + pull_request6819
2018-05-28 23:21:44miss-islingtonsetpull_requests: + pull_request6818
2018-05-28 23:20:36steve.dowersetmessages: + msg317957
2018-05-28 23:20:03steve.dowersetnosy: + paul.moore, tim.golden, steve.dower, zach.ware
components: + Windows, - Demos and Tools
2018-05-28 17:38:18adelfinosetmessages: + msg317893
2018-05-28 17:37:41adelfinosetkeywords: + patch
stage: patch review
pull_requests: + pull_request6798
2018-05-28 17:36:40adelfinocreate