From 1c16d18539b5a9853863ca086891831a38801d35 Mon Sep 17 00:00:00 2001 From: Peter Schafhalter Date: Wed, 6 Apr 2022 19:09:08 +0200 Subject: [PATCH] Configure ReadTheDocs --- .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 00000000..c6930bff --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +version: 2 + +sphinx: + builder: html + configuration: python/doc/source/conf.py + +build: + os: "ubuntu-20.04" + tools: + python: "3.9" + +python: + install: + - requirements: python/docs/requirements-doc.txt + - method: pip + path: python