From 1dc5d5c41f6101ff8cd26eed8b40d823313379a2 Mon Sep 17 00:00:00 2001 From: Joeri Bekker Date: Tue, 6 Aug 2024 15:09:52 +0200 Subject: [PATCH] :wrench: Added RTD config. --- .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..386c433c --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,22 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +sphinx: + configuration: docs/conf.py + +build: + os: 'ubuntu-20.04' + apt_packages: + - libxml2-dev + - libxmlsec1-dev + - libxmlsec1-openssl + - wget + tools: + python: '3.11' + +python: + install: + - requirements: requirements/ci.txt