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.

Author erlendaasland
Recipients christian.heimes, eric.snow, erlendaasland, gregory.p.smith, gvanrossum, steve.dower
Date 2021-12-03.18:09:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638554997.59.0.587818059605.issue45695@roundup.psfhosted.org>
In-reply-to
Content
FWIW, it is also impossible to build the docs OOT without cluttering the source tree.

    $ cd ../build
    $ make -C ../cpython.git/Doc venv
    $ make -C ../cpython.git/Doc html  # <= modifies Doc/build in the source tree
History
Date User Action Args
2021-12-03 18:09:57erlendaaslandsetrecipients: + erlendaasland, gvanrossum, gregory.p.smith, christian.heimes, eric.snow, steve.dower
2021-12-03 18:09:57erlendaaslandsetmessageid: <1638554997.59.0.587818059605.issue45695@roundup.psfhosted.org>
2021-12-03 18:09:57erlendaaslandlinkissue45695 messages
2021-12-03 18:09:57erlendaaslandcreate