From 9673569988efe73dd6f864745039fb551c7a727d Mon Sep 17 00:00:00 2001 From: adRn-s Date: Thu, 15 Jun 2023 12:18:20 +0200 Subject: [PATCH] compliance to upcoming deprecation --- .readthedocs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..d87c2e6fc3 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt