From 52f2edab4fd4b7ed13ae1a4518ccefd0b5305cd4 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 22 Sep 2023 15:26:15 -0400 Subject: [PATCH] Try adding a ReadTheDocs config (#4912) --- .readthedocs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..fc39b93d5 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: doc/conf.py + +python: + install: + - method: pip + path: . + extra_requirements: + - docs