fix(docs): Add readthedocs config to try fixing the build

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-10-23 08:54:19 +02:00
parent 30c4fea183
commit 1f720a3bd6
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205
2 changed files with 11 additions and 0 deletions

10
.readthedocs.yaml Normal file
View file

@ -0,0 +1,10 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3"
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false

View file

@ -93,6 +93,7 @@ appstore:
--exclude=.php_cs.dist \
--exclude=psalm.xml \
--exclude=README.md \
--exclude=.readthedocs.yaml \
--exclude=/recording \
--exclude=/site \
--exclude=/src \