From 2326ac355e56415121a30c712ba6c2a4cb3a9e39 Mon Sep 17 00:00:00 2001 From: Tomasz Prus Date: Mon, 2 Oct 2023 23:52:59 +0200 Subject: [PATCH] add Read the Docs configuration file --- .readthedocs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..b7c27171 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: doc/source/conf.py