From 3e1153cd8bcbdc479ce147cc334bb10ea885b3c1 Mon Sep 17 00:00:00 2001 From: aadya940 Date: Sat, 10 Feb 2024 20:18:40 +0530 Subject: [PATCH] rename --- .readthedocs.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..966df8a --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,20 @@ +version: 2 +formats: all + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +python: + install: + - method: pip + path: . + extra_requirements: + - build + - docs + +sphinx: + builder: html + configuration: docs/source/conf.py + fail_on_warning: false