From 3fbac13eac8d4854409f5f104db4e3e6427d1b84 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 12 Sep 2023 08:08:55 -0300 Subject: [PATCH] Add readthedocs config file (#146) Fix #145 --- .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 0000000..4167c42 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: doc/conf.py + +python: + install: + - path: .