Skip to content

Commit

Permalink
freezing setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Jul 29, 2024
1 parent d515cec commit acad882
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ build:
- python -m pip install --upgrade "setuptools<72"
post_install:
- python -m pip install --upgrade "setuptools<72"
pre_system_dependencies:
- python -m pip install --upgrade "setuptools<72"
post_system_dependencies:
- python -m pip install --upgrade "setuptools<72"
pre_build:
- python -m pip install --upgrade "setuptools<72"
post_build:
- python -m pip install --upgrade "setuptools<72"


# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit acad882

Please sign in to comment.