mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 15:03:21 +00:00
fix api docs build (#11445)
This commit is contained in:
@@ -25,5 +25,3 @@ sphinx:
|
|||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: docs/api_reference/requirements.txt
|
- requirements: docs/api_reference/requirements.txt
|
||||||
- method: pip
|
|
||||||
path: .
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# You can set these variables from the command line, and also
|
# You can set these variables from the command line, and also
|
||||||
# from the environment for the first two.
|
# from the environment for the first two.
|
||||||
SPHINXOPTS ?=
|
SPHINXOPTS ?= -j auto
|
||||||
SPHINXBUILD ?= sphinx-build
|
SPHINXBUILD ?= sphinx-build
|
||||||
SPHINXAUTOBUILD ?= sphinx-autobuild
|
SPHINXAUTOBUILD ?= sphinx-autobuild
|
||||||
SOURCEDIR = .
|
SOURCEDIR = .
|
||||||
|
Reference in New Issue
Block a user