From e818e823e315625d06db9316ec62e7f58fc047fd Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Fri, 4 Nov 2022 05:02:02 +0900 Subject: [PATCH] Fix PL docs build on readthedocs.org (#15511) Set env var --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3041d634e2fe9..fff64dcf020a1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -46,6 +46,9 @@ build: - texlive-latex-extra - dvipng - texlive-pictures + jobs: + pre_install: + - export PACKAGE_NAME=pytorch # Optionally set the version of Python and requirements required to build your docs python: