mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 04:28:58 +00:00
community: corrected typo in .readthedocs.yaml (#15309)
corrected a possible typing mistake in .readthedocs.yaml
This commit is contained in:
@@ -10,7 +10,7 @@ build:
|
|||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.11"
|
||||||
commands:
|
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 pip setuptools
|
||||||
- python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext
|
- python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext
|
||||||
- python -m pip install ./libs/partners/*
|
- python -m pip install ./libs/partners/*
|
||||||
|
Reference in New Issue
Block a user