We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9181762 commit 40ffda3Copy full SHA for 40ffda3
.readthedocs.yml
@@ -7,13 +7,9 @@ build:
7
os: ubuntu-22.04
8
tools:
9
python: "3.8"
10
- jobs:
11
- # Work-around to actually constrain dependencies
12
- # https://github.com/readthedocs/readthedocs.org/issues/7258#issuecomment-1094978683
13
- post_install:
14
- - python -m pip install --upgrade --upgrade-strategy eager --no-cache-dir .[docs] -c constraints.txt
15
16
python:
+ # PIP_CONSTRAINT=constraints.txt set in the RTD web interface
17
install:
18
- method: pip
19
path: .
0 commit comments