From f5ce286932d7ac96a9829ea326af927397a3bcbd Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:33:11 -0700 Subject: [PATCH] fix api docs build (#11445) --- .readthedocs.yaml | 2 -- docs/api_reference/Makefile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8e0c98ef8..ef391bbd6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -25,5 +25,3 @@ sphinx: python: install: - requirements: docs/api_reference/requirements.txt - - method: pip - path: . diff --git a/docs/api_reference/Makefile b/docs/api_reference/Makefile index 7d95d3cc3..206097114 100644 --- a/docs/api_reference/Makefile +++ b/docs/api_reference/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= +SPHINXOPTS ?= -j auto SPHINXBUILD ?= sphinx-build SPHINXAUTOBUILD ?= sphinx-autobuild SOURCEDIR = .