From 82a52223d1bb61721e525d5e9dec8566d0cad11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 1 Mar 2024 11:13:37 +0100 Subject: [PATCH] fix readthedocs --- .readthedocs.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..199bffa0 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,22 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.9" + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/conf.py + # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs + # builder: "dirhtml" + # Fail on all warnings to avoid broken references + # fail_on_warning: true + +# Optionally build your docs in additional formats such as PDF and ePub + formats: + - pdf + - epub + +python: + install: + - requirements: requirements.txt \ No newline at end of file -- GitLab