From 5b26ea33d432d7865c912c4d288561e9e36aa2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemin=CC=81ski?= Date: Tue, 25 Jul 2023 17:11:09 +0200 Subject: [PATCH] RTD config file --- .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..3129aae95 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/source/conf.py +