New submission from Andrés Delfino <adelf...@gmail.com>:

On bug 33673, I fixed python-docs-theme only getting installed if SPHINXBUILD 
was not defined and Sphinx was not installed, which was an improvement, but not 
the correct fix for python-docs-theme installation.

Now, python-docs-theme is getting installed only if SPHINXBUILD is not defined.

The attached PR fixes this, and also removes two variable assignments that are 
no-ops: both variables are already defined by the user as environment variables 
or by the script at that point.

----------
components: Windows
messages: 318183
nosy: adelfino, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Install python-docs-theme even if SPHINXBUILD is defined
type: enhancement
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33696>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to