From 3345bab2dfe9bef41930d1e7055be94cbeb0d690 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Wed, 10 May 2023 12:26:25 +0100 Subject: [PATCH] fix(rtd): add conf file see: https://github.com/readthedocs/readthedocs.org/issues/10290#issuecomment-1535120995 --- .readthedocs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..ae78afd --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + + +sphinx: + configuration: doc/conf.py + + +python: + install: + - requirements: doc/requirements.txt