From 76ec3b0ab4cff9626e8a791b252a2c3c4b695952 Mon Sep 17 00:00:00 2001 From: Piyush Ranjan <11230167+piyuple@users.noreply.github.com> Date: Sat, 30 Dec 2023 03:10:33 +0530 Subject: [PATCH] community: corrected typo in .readthedocs.yaml (#15309) corrected a possible typing mistake in .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d3d92d5870e..9b5eb5beb11 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ build: tools: python: "3.11" commands: - - python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH + - python -m virtualenv $READTHEDOCS_VIRTUALENV_PATH - python -m pip install --upgrade --no-cache-dir pip setuptools - python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext - python -m pip install ./libs/partners/*