Skip to content

fix pip3 module version specs in "ocpidoc.sh"

Robert Tracy requested to merge 3507-ocpidoc-pip3-modules into develop

What this MR does / why we need it:

This MR places an upper limit on the version of the "sphinx" module installed by "pip3" when "ocpidoc" is invoked the first time. On the ubuntu20_04 and ubuntu22_04 platforms, a later incompatible version of "sphinx" is installed otherwise.

Note: The default version of "sphinx" selected by "pip3" depends on the version of "python3" running on the RCC development platform, and it is desired to have the same "sphinx" version running on each supported RCC development platform regardless of the "python3" version installed on that platform.

Steps to complete before submitting MR:

  • I have read Contribution guidelines

  • I have ensured I have a changelog written in the imperative form that is meaningful and accurately summarizes the work done

  • I have added the release notes label if applicable (more information below)

  • I have ensured the workflow labels are up to date and will continue to do so up until this work is merged into develop

  • I have added a category, type, and target release label along with all other labels as need be

  • My branch is up to date with develop. If it is not, then I have ensured my work does not conflict with other work

  • I agree my bugfix MR does not include new features/enhancements

  • I represent that bugfixes have been locally tested against the most recent major.minor release in which the bug exists

  • (REVIEWER ONLY) I have thoroughly gone through the above steps to ensure that they have been followed

Release Notes

N/A

Changelog

  • bug(tools): fix pip3 module version specs in ocpidoc.sh

Which issue(s) this MR closes

Closes #3507 (closed)

Edited by Connor Lathrop

Merge request reports