[us-commits] [ehb54/ultrascan3] ce4dd5: Install sphinx requirements before building manual...
emre brookes
noreply at github.com
Fri Jun 19 11:40:53 MDT 2026
Branch: refs/heads/ehb54-container-testing-claude
Home: https://github.com/ehb54/ultrascan3
Commit: ce4dd59be84ef414d4407c8d4a209d7d50e3df3d
https://github.com/ehb54/ultrascan3/commit/ce4dd59be84ef414d4407c8d4a209d7d50e3df3d
Author: ehb54 <brookes at uthscsa.edu>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M admin/release/buildpkg.pl
M admin/release/redhat/Dockerfile
M admin/release/ubuntu/Dockerfile
Log Message:
-----------
Install sphinx requirements before building manual in redhat/ubuntu containers
The manual now builds with Sphinx, but the redhat and ubuntu release
Dockerfiles never installed sphinx, causing "No module named sphinx"
during make. RockyLinux 8's default python3 (3.6) is too old for
sphinx>=7, so the redhat Dockerfile enables the python39 module stream
and symlinks it onto PATH for the manual build step. Also drops
ubuntu:18.04/20.04 from buildpkg.pl's supported list since their
system python3 is too old for sphinx as well.
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications
More information about the us-commits
mailing list