[New-bugs-announce] [issue33696] Install python-docs-theme even if SPHINXBUILD is defined

Andrés Delfino report at bugs.python.org
Wed May 30 09:20:02 EDT 2018


New submission from Andrés Delfino <adelfino at 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 <report at bugs.python.org>
<https://bugs.python.org/issue33696>
_______________________________________


More information about the New-bugs-announce mailing list