For easier bootstrapping of Python upgrades, building of HTML docs should be removed
Description:
When evaluating bootstrap ordering and which packages can easily entirely rebuilt using the initial set (archlinux/python-bootstrap#2 (closed)) I noticed that the documentation build for this package pulls in many dependencies via
- https://archlinux.org/packages/extra/any/python-myst-parser/
- https://archlinux.org/packages/extra/any/python-sphinx/
- https://archlinux.org/packages/extra/any/python-sphinx-argparse/
- https://archlinux.org/packages/extra/any/python-sphinx-furo/
As the HTML documentation in itself is only marginally useful (because it is also available online), it would be great if we could remove it. This would allow rebuilding a native python-installer package right away (using the initial set of bootstrapped packages).