From 5425d207c58e3c844f3fdc3d4d0b1b844bb89e3f Mon Sep 17 00:00:00 2001 From: Raphael Gaschignard Date: Thu, 26 Oct 2023 10:52:52 +0900 Subject: [PATCH] Add a readthedocs configuration file --- .readthedocs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..393cba87 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,8 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.9" + +sphinx: + configuration: docs/conf.py