From 4a2712d84b2c7f38a91495bf7708de51a05bb65d Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Thu, 6 Jul 2023 15:33:48 -0400 Subject: [PATCH] Add `.readthedocs.yaml` --- .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..ede665a04 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + builder: html + configuration: docs/conf.py + +python: + install: + - method: pip + path: . + - requirements: requirements-dev.txt