From 1f720a3bd622db9bf85b6d08ca2f9764736d7593 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 23 Oct 2023 08:54:19 +0200 Subject: fix(docs): Add readthedocs config to try fixing the build Signed-off-by: Joas Schilling --- .readthedocs.yaml | 10 ++++++++++ Makefile | 1 + 2 files changed, 11 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..8dda62d78 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,10 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3" + +mkdocs: + configuration: mkdocs.yml + fail_on_warning: false diff --git a/Makefile b/Makefile index 76ef785bb..9306391bf 100644 --- a/Makefile +++ b/Makefile @@ -93,6 +93,7 @@ appstore: --exclude=.php_cs.dist \ --exclude=psalm.xml \ --exclude=README.md \ + --exclude=.readthedocs.yaml \ --exclude=/recording \ --exclude=/site \ --exclude=/src \ -- cgit v1.2.3