From 55b49f705d3a345908a0f3cb7359c4e64c9396ca Mon Sep 17 00:00:00 2001 From: Peyman Salehi Date: Sun, 18 Aug 2024 15:23:33 +0200 Subject: [PATCH] Add readthedocs yaml config --- .readthedocs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..090c14ae --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: requirements.txt + - method: pip + path: .