From c8482105af855ab57ddbf1a1c87239b8df9fdbc0 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 29 Dec 2022 17:08:12 +0100 Subject: fix readthedocs --- .readthedocs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..1966f03 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3" + commands: + - pip install tox + - tox -e sphinx + - mv doc/_build _readthedocs -- cgit v1.2.3