Merge pull request #678 from Loup-Garou911XD/master

added sphinx in installl_pip_reqs
This commit is contained in:
Eric Froemling 2024-03-13 17:38:23 -07:00 committed by GitHub
commit 3129f8bab7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,6 @@ jobs:
# Remove this once we upgrade to 3.12.
- name: Install typing_extensions (temp)
run: python3.11 -m pip install typing_extensions
- name: Install sphinx
run: python3.11 -m pip install sphinx furo
- name: Install pip requirements
run: tools/pcommand install_pip_reqs
- name: Make the build

View File

@ -63,6 +63,8 @@ PY_REQUIREMENTS = [
PyRequirement(pipname='pbxproj', minversion=[4, 0, 0]),
PyRequirement(pipname='filelock', minversion=[3, 13, 1]),
PyRequirement(pipname='python-daemon', minversion=[3, 0, 1]),
PyRequirement(pipname='Sphinx', minversion=[7, 2, 6]),
PyRequirement(pipname='furo', minversion=[2024, 0o1, 29]),
]