From 8bfa3de3243b9be58cf9de5f685e9c4560777f11 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Wed, 10 May 2023 00:48:12 -0400 Subject: [PATCH 1/2] fix RTD builds per https://github.com/readthedocs/readthedocs.org/issues/10290#issuecomment-1535120995 --- .readthedocs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..4b74802e2 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,6 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" From 61f5efc5fd5000b51de2bef9122f97851ef5da40 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Wed, 10 May 2023 00:50:54 -0400 Subject: [PATCH 2/2] Update .readthedocs.yaml --- .readthedocs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4b74802e2..87f8c7330 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,3 +4,9 @@ build: os: ubuntu-22.04 tools: python: "3.11" +sphinx: + configuration: docs/conf.py +formats: all +python: + install: + - requirements: docs/requirements.txt