We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d6657 commit e3a418eCopy full SHA for e3a418e
.readthedocs.yml
@@ -5,7 +5,7 @@
5
version: 2
6
7
build:
8
- os: ubuntu-22.04
+ os: ubuntu-24.04
9
tools:
10
python: "3.12"
11
commands:
Dockerfile
@@ -13,10 +13,10 @@ RUN set -x \
13
14
ENV PATH="/opt/venv/bin:${PATH}"
15
16
-ENV PIP_DISABLE_PIP_VERSION_CHECK=1
17
-ENV PIP_NO_CACHE_DIR=1
+ARG PIP_DISABLE_PIP_VERSION_CHECK=1
+ARG PIP_NO_CACHE_DIR=1
18
19
-RUN pip install --upgrade pip setuptools wheel
+RUN pip install --upgrade pip setuptools
20
COPY requirements.txt /tmp/requirements.txt
21
RUN set -x \
22
&& pip install -r /tmp/requirements.txt \
0 commit comments