community: corrected typo in .readthedocs.yaml (#15309)

corrected a possible typing mistake in .readthedocs.yaml
This commit is contained in:
Piyush Ranjan
2023-12-30 03:10:33 +05:30
committed by GitHub
parent 70e5d05952
commit 76ec3b0ab4

View File

@@ -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/*