From fe75039d154fa7b65fb82a3ae7a905c8cc34646c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 27 Feb 2026 13:34:05 +0100 Subject: [PATCH] Add Read the Docs configuration --- .readthedocs.yaml | 21 +++++++++++++++++++++ MANIFEST.in | 1 + 2 files changed, 22 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..896b9ab0 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,21 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-24.04 + tools: + python: "3.12" + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/conf.py + +# Optional but recommended, declare the Python requirements required +# to build your documentation +python: + install: + - requirements: rtd.txt diff --git a/MANIFEST.in b/MANIFEST.in index 890af1ec..dc06ceb5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,6 +9,7 @@ include lingua.ini tox.ini include i18n.sh run-selenium-tests.bash include pyproject.toml include .coveragerc .isort.cfg .flake8 +exclude .readthedocs.yaml recursive-include deform/static *.js global-exclude __pycache__ *.py[cod]