From 1cdc7d0633cdd7d21bd61c8d9cf1eab5d3b311fe Mon Sep 17 00:00:00 2001 From: Riccardo Coccioli Date: Wed, 6 Dec 2023 14:53:44 +0100 Subject: [PATCH] doc: add configuration file for Read the Docs --- .readthedocs.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..a5a7b40 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,17 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3" + +python: + install: + - method: pip + path: . + extra_requirements: + - tests + +sphinx: + configuration: "doc/source/conf.py" + fail_on_warning: true